Uses of Interface java.lang.annotation.Annotation

Uses in package java.lang.reflect

Methods with return type java.lang.annotation.Annotation

Annotation
Returns the element's annotation for the specified annotation type, or null if no such annotation exists.
Annotation
Returns the element's annotation for the specified annotation type, or null if no such annotation exists.
Annotation[]
Returns all annotations associated with the element.
Annotation[]
Returns all annotations associated with the element.
Annotation[]
Returns all annotations directly defined by the element.
Annotation[]
Returns all annotations directly defined by the element.

Uses in package java.lang

Methods with return type java.lang.annotation.Annotation

Annotation
Class.getAnnotation(Class annotationClass)
Returns this class' annotation for the specified annotation type, or null if no such annotation exists.
Annotation
Package.getAnnotation(Class annotationClass)
Returns this package's annotation for the specified annotation type, or null if no such annotation exists.
Annotation[]
Returns all annotations associated with this class.
Annotation[]
Returns all annotations associated with this package.
Annotation[]
Returns all annotations directly defined by this class.
Annotation[]
Returns all annotations directly defined by this package.