-
Classes in java.lang with annotations of type Documented
| Modifier and Type |
Class |
Description |
interface |
Deprecated |
Annotation type used to mark program elements that should no longer be used
by programmers.
|
interface |
SafeVarargs |
Claims to the compiler that the annotation target does nothing potentially unsafe
to its varargs argument.
|
-
Classes in java.lang.annotation with annotations of type Documented
| Modifier and Type |
Class |
Description |
interface |
Documented |
Defines a meta-annotation for indicating that an annotation is documented and
considered part of the public API.
|
interface |
Inherited |
Defines a meta-annotation for indicating that an annotation is automatically
inherited.
|
interface |
Retention |
Defines a meta-annotation for determining the scope of retention for an
annotation.
|
interface |
Target |
Defines a meta-annotation for determining what ElementTypes an
annotation can be applied to.
|