| Interceptor that exposes the current MethodInvocation.
We occasionally need to do this; for example, when a pointcut
or target object needs to know the Invocation context.
Don't use this interceptor unless this is really necessary.
Target objects should not normally know about Spring AOP,
as this creates a dependency on Spring. Target objects
should be plain POJOs as far as possible.
If used, this interceptor will normally be the first
in the interceptor chain.
author: Rod Johnson |