public interface MethodInvocation extends Invocation
A method invocation is a joinpoint and can be intercepted by a method interceptor.
MethodInterceptor
Modifier and Type | Method and Description |
---|---|
Method |
getMethod()
Get the method being called.
|
getArguments
getStaticPart, getThis, proceed
Method getMethod()
This method is a frienly implementation of the
Joinpoint.getStaticPart()
method (same result).