| Interface | Description |
|---|---|
| IParsedAnnotation |
A interface providing extra methods to a parsed annotation by the
AnnotationParser. |
| Class | Description |
|---|---|
| AnnotationParser<T extends java.lang.annotation.Annotation> |
Create a new instance of an annotation from its raw ASM bytecode values.
|
| ClassDefiner<T> |
Define anonymous classes at runtime.
|