| Package | Description |
|---|---|
| org.aspectj.runtime.internal |
| Modifier and Type | Method and Description |
|---|---|
ProceedingJoinPoint |
AroundClosure.linkClosureAndJoinPoint()
This method is called to implicitly associate the closure with the joinpoint
as required for @AJ aspect proceed()
|
ProceedingJoinPoint |
AroundClosure.linkClosureAndJoinPoint(int flags)
This method is called to implicitly associate the closure with the joinpoint
as required for @AJ aspect proceed()
|
ProceedingJoinPoint |
AroundClosure.linkStackClosureAndJoinPoint(int flags)
This method is called to implicitly associate the closure with the joinpoint
as required for @AJ aspect proceed()
|
Copyright © 2020. All rights reserved.