package
java.lang.annotation
Defines interfaces and exceptions necessary for annotation support.
more...
Interfaces
Annotation |
Defines the interface implemented by all annotations. |
Enums
ElementType |
Defines an enumeration for Java program elements. |
RetentionPolicy |
Defines an enumeration for annotation retention policies. |
Exceptions
Errors
AnnotationFormatError |
Indicates that an annotation in the binary representation of a class is
syntactically incorrect and the annotation parser is unable to process it. |