Invocation, Joinpointpublic interface MethodInvocation extends Invocation
A method invocation is a joinpoint and can be intercepted by a method interceptor.
MethodInterceptor| Modifier and Type | Method | Description |
|---|---|---|
java.lang.reflect.Method |
getMethod() |
Gets the method being called.
|
getArgumentsgetStaticPart, getThis, proceedjava.lang.reflect.Method getMethod()
This method is a frienly implementation of the Joinpoint.getStaticPart() method (same result).