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 interfaceDeprecatedinterfaceOverrideinterfaceSuppressWarnings -
Uses of Annotation in java.lang.annotation
Classes in java.lang.annotation that implement Annotation Modifier and Type Class Description interfaceDocumentedinterfaceRetentionDefines a meta-annotation for determining the scope of retention for an annotation.interfaceTargetMethods 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.
-