Provides a couple of pre-defined annotation classes as well as exceptions that can occur when dealing with annotations. more...
| Annotation | The interface implemented by all annotations. |
| ElementType | An enumeration of element types. |
| RetentionPolicy | An enumeration for annotation retention policies. |
| AnnotationTypeMismatchException | Indicates that an annotation type has changed since it was compiled or serialized. |
| IncompleteAnnotationException | Indicates that an element of an annotation type was accessed that was added after the type was compiled or serialized. |
| AnnotationFormatError | Indicates that an annotation in a class file is incorrectly formatted. |