Enum | Description |
---|---|
ProcessAlso.Type | |
SyntheticLocal.Initialize |
Annotation Type | Description |
---|---|
After |
The After annotation instructs DiSL to insert the snippet body after the
marked region.
|
AfterReturning |
The AfterReturning annotation instructs DiSL to insert the snippet body after
the marked region.
|
AfterThrowing |
The AfterThrowing annotation instructs DiSL to insert the snippet body after
the marked region.
|
ArgumentProcessor |
Annotated class defines method for processing method arguments.
|
Before |
The Before annotation instructs DiSL to insert the snippet body before the
marked region.
|
Guarded |
Annotation used in ArgumentProcessor to guard specific methods.
|
GuardMethod |
Marks guard validation method.
|
Instrumentation |
This annotation denotes DiSL instrumentation class.
|
ProcessAlso |
If attached to the processor method, it allows to process:
short, byte and boolean in int processor,
byte and boolean in short processor,
boolean in byte processor.
|
SyntheticLocal |
Indicates, that field is used for data passing between several snippets
inlined into one method.
|
ThreadLocal |
Indicates, that field is used for data passing between several snippets
The field is translated into thread local variable.
|