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. 
 | 
getArgumentsgetStaticPart, getThis, proceed@Nonnull Method getMethod()
This method is a friendly implementation of the
 Joinpoint.getStaticPart() method (same result).