Uses of Interface
org.aspectj.lang.ProceedingJoinPoint

Packages that use ProceedingJoinPoint
org.aspectj.runtime.internal   
 

Uses of ProceedingJoinPoint in org.aspectj.runtime.internal
 

Methods in org.aspectj.runtime.internal that return ProceedingJoinPoint
 ProceedingJoinPoint AroundClosure.linkClosureAndJoinPoint()
          This method is called to implicitly associate the closure with the joinpoint as required for @AJ aspect proceed()
 ProceedingJoinPoint AroundClosure.linkClosureAndJoinPoint(int flags)
          This method is called to implicitly associate the closure with the joinpoint as required for @AJ aspect proceed()