The purpose of this blog entry is to show an extremely simple of example of “logging” entry into and exit from methods using the Spring Framework and AspectJ. The example is so simple that I won’t ...
Java 7 introduced the Method Handles with the java.lang.invoke.MethodHandle and java.lang.invoke.MethodHandles classes. The Well-Grounded Java Developer (which I have previously reviewed) covers ...