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 | 
|---|---|
java.lang.reflect.Method | 
getMethod()
Get the method being called. 
 | 
getArgumentsgetStaticPart, getThis, proceedjava.lang.reflect.Method getMethod()
This method is a frienly implementation of the
 Joinpoint.getStaticPart() method (same result).