List of usage examples for org.aspectj.lang JoinPoint.StaticPart interface-usage
From source file org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.java
/**
* Implementation of AspectJ ProceedingJoinPoint interface
* wrapping an AOP Alliance MethodInvocation.
*
* <p><b>Note</b>: the {@code getThis()} method returns the current Spring AOP proxy.
* The {@code getTarget()} method returns the current Spring AOP target (which may be