Uses of Class
java.lang.annotation.Documented

Packages that use Documented
Package Description
java.lang  
java.lang.annotation  
  • Uses of Documented in java.lang

    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.
  • Uses of Documented in java.lang.annotation

    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.