| AnnotationParser | Parser for Java programming language annotations. |
| AnnotationType | Represents an annotation type at run time. |
| EnumConstantNotPresentExceptionProxy | ExceptionProxy for EnumConstantNotPresentException. |
| ExceptionProxy | An instance of this class is stored in an AnnotationInvocationHandler's "memberValues" map in lieu of a value for an annotation member that cannot be returned due to some exceptional condition (typically some form of illegal evolution of the annotation class). |
| TypeNotPresentExceptionProxy | ExceptionProxy for TypeNotPresentException. |