Package | Description |
---|---|
ej.annotation |
Defines annotations for static
null analysis. |
java.lang |
Contains core language classes.
|
java.lang.annotation |
Contains core language classes related to compile-time annotations.
|
Class and Description |
---|
Annotation
The common interface extended by all annotation types.
|
Documented
Indicates that annotations with a type are to be documented by javadoc and similar tools by
default.
|
Retention
Indicates how long annotations with the annotated type are to be retained.
|
Target
Indicates the kinds of program element to which an annotation type is applicable.
|
Class and Description |
---|
Annotation
The common interface extended by all annotation types.
|
Documented
Indicates that annotations with a type are to be documented by javadoc and similar tools by
default.
|
Retention
Indicates how long annotations with the annotated type are to be retained.
|
Target
Indicates the kinds of program element to which an annotation type is applicable.
|
Class and Description |
---|
Annotation
The common interface extended by all annotation types.
|
Documented
Indicates that annotations with a type are to be documented by javadoc and similar tools by
default.
|
ElementType
A program element type.
|
Retention
Indicates how long annotations with the annotated type are to be retained.
|
RetentionPolicy
Annotation retention policy.
|
Target
Indicates the kinds of program element to which an annotation type is applicable.
|