| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
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().
|
Copyright © 2020. All rights reserved.