| Interface | Description |
|---|---|
| AnnotationParser.ClassLookup |
Abstractions for class lookups, which may be different on different platforms.
|
| Class | Description |
|---|---|
| AnnotationLoader |
Utility for converting annotations loaded from ASM into class instances.
|
| AnnotationParser |
An
AnnotationVisitor implementation, which produces annotation
instances, similar to Java Reflection. |
| Exception | Description |
|---|---|
| AnnotationParser.AnnotationParseException |
Thrown if there is any error during the annotation parsing process.
|