| Interface | Description |
|---|---|
| IParsedAnnotation |
An 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.
|
| AnnotationUtils | |
| ClassDefiner<T> |
Define anonymous classes at runtime.
This class uses Unsafe for older java versions and method handles for newer versions. |