| java.lang.annotation |
|
| Java Source File Name | Type | Comment |
| Annotation.java | Interface |
The interface implemented by all annotations. |
| AnnotationFormatError.java | Class |
Indicates that an annotation in a class file is incorrectly formatted. |
| AnnotationTypeMismatchException.java | Class |
Indicates that an annotation type has changed since it was compiled or
serialized. |
| Documented.java | Annotation |
A meta-annotation used to indicate that a type's annotation are documented
and part of the public API. |
| ElementType.java | enum |
An enumeration of element types. |
| IncompleteAnnotationException.java | Class |
Indicates that an element of an annotation type was accessed that was added
after the type was compiled or serialized. |
| Inherited.java | Annotation |
A meta-annotation used to indicate that an annotation is automatically
inherited. |
| Retention.java | Annotation |
A meta-annotation used to determine the scope of retention for an annotation. |
| RetentionPolicy.java | enum |
An enumeration for annotation retention policies. |
| Target.java | Annotation |
A meta-annotation used to determine what
ElementType s an annotation
can be applied to. |