| Interface | Description |
|---|---|
| IAnnotationCoprocessor |
Coprocessor for annotation handlers.
|
| IAnnotationHandlerPreprocessor |
A preprocessor for annotation handlers.
|
| IBytecodeTransformer |
A bytecode transformer like
ClassFileTransformer. |
| IPostTransformer |
A handler for all transformed classes after they are transformed.
|
| IRawTransformer |
A transformer which has access to the parsed class node of the transformed class.
|
| Class | Description |
|---|---|
| AnnotationHandler |
The abstract base for all annotation handlers.
|
| Enum | Description |
|---|---|
| HandlerPosition |
The position to add an annotation handler to in the handler chain.
|