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 TypeMethodDescriptionvoidProceedingJoinPoint.set$AroundClosure(AroundClosure arc) The joinpoint needs to know about its closure so that proceed can delegate to closure.run().default voidProceedingJoinPoint.stack$AroundClosure(AroundClosure arc) The joinpoint needs to know about its closure so that proceed can delegate to closure.run().