Verwendungen von Klasse
org.aspectj.runtime.internal.AroundClosure
Packages, die AroundClosure verwenden
Package
Beschreibung
Provides several interfaces for obtaining reflective information about a
join point, as well as several exceptions that can be thrown by AspectJ
code.
-
Verwendungen von AroundClosure in org.aspectj.lang
Methoden in org.aspectj.lang mit Parametern vom Typ AroundClosureModifizierer und TypMethodeBeschreibungvoid
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().