public interface MethodInvocation extends Invocation
A method invocation is a joinpoint and can be intercepted by a method intercept.
MethodInterceptor| Modifier and Type | Method and Description |
|---|---|
Method |
getMethod()
Gets the method being called.
|
getArgumentsgetStaticPart, getThis, proceedMethod getMethod()
This method is a frienly implementation
of the Joinpoint.getStaticPart() method (same result).
Copyright © 2021. All rights reserved.