Uses of Class
org.aspectj.runtime.internal.AroundClosure
Packages that use AroundClosure
Package
Description
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 org.aspectj.lang
Methods in org.aspectj.lang with parameters of type AroundClosureModifier and TypeMethodDescriptionvoid
ProceedingJoinPoint.set$AroundClosure(AroundClosure arc)
The joinpoint needs to know about its closure so that proceed can delegate to closure.run().default void
ProceedingJoinPoint.stack$AroundClosure(AroundClosure arc)
The joinpoint needs to know about its closure so that proceed can delegate to closure.run().