Uses of Interface
java.lang.annotation.Annotation
-
Packages that use Annotation Package Description java.lang java.lang.annotation -
-
Uses of Annotation in java.lang
Classes in java.lang that implement Annotation Modifier and Type Class Description interface
Deprecated
interface
Override
interface
SuppressWarnings
-
Uses of Annotation in java.lang.annotation
Classes in java.lang.annotation that implement Annotation Modifier and Type Class Description interface
Documented
interface
Retention
Defines a meta-annotation for determining the scope of retention for an annotation.interface
Target
Methods in java.lang.annotation that return types with arguments of type Annotation Modifier and Type Method Description Class<? extends Annotation>
Annotation. annotationType()
Returns the type of this annotation.
-