| BindClassMeta |
|
| BindMethodMeta |
|
| BindMethodName |
|
| BindOptionalReturn |
|
| BindParameter |
|
| BindParameterArray |
|
| BindReceiver |
|
| BindReturn |
|
| BindThrowable |
|
| BindTraveler |
|
| IsEnabled |
Annotates a method in a @ Pointcut class that should be run just before each
method execution picked out by the Pointcut.
|
| Mixin |
Annotation to designate a class as a mixin class.
|
| MixinInit |
Designates a method in a @ Mixin class that should be called exactly once
during the construction of each target type.
|
| OnAfter |
Annotates a method in a @ Pointcut class that should be run just after each
method (or constructor) execution picked out by the Pointcut, whether the method picked
out by the Pointcut returns successfully or throws an Exception.
|
| OnBefore |
Annotates a method in a @ Pointcut class that should be run just before each
method execution picked out by the Pointcut.
|
| OnReturn |
Annotates a method in a @ Pointcut class that should be run just after each
method (or constructor) execution picked out by the Pointcut, but only if the method
picked out by the Pointcut returns successfully (does not throw an Exception).
|
| OnThrow |
Annotates a method in a @ Pointcut class that should be run just after each
method (or constructor) execution picked out by the Pointcut, but only if the method
picked out by the Pointcut throws an Exception.
|
| Pointcut |
|
| Shim |
|