Uses of Class
org.aspectj.runtime.internal.AroundClosure

Packages that use AroundClosure
fluffy   
org.aspectj.lang Provides several interfaces for obtaining reflective information about a join point, as well as several exceptions that can be thrown by AspectJ code. 
 

Uses of AroundClosure in fluffy
 

Methods in fluffy with parameters of type AroundClosure
static java.lang.Object Aspect.aroundFun(AroundClosure c)
           
 

Uses of AroundClosure in org.aspectj.lang
 

Methods in org.aspectj.lang with parameters of type AroundClosure
 void ProceedingJoinPoint.set$AroundClosure(AroundClosure arc)
          The joinpoint needs to know about its closure so that proceed can delegate to closure.run()

This internal method should not be called directly, and won't be visible to the end-user when packed in a jar (synthetic method)