Home
Java
java.lang.annotation
Java java.lang.annotation Target
Menu
Class List
Java Annotation
Java ElementType
Java Inherited
Java Repeatable
Java RetentionPolicy validateRetentionPolicy(Class<T> c, RetentionPolicy policy)
Java Target
Java java.lang.annotation Target
Previous
Next
Java Target
checkAnnotationCapable
(Object obj, Class<? extends Annotation> annotationType)
Java Target
getAnnotation
(Object obj, Class<A> annotationType)
Java Target
hasTarget
(AnnotationMirror a, ElementType type)
Java Target
includesElementType
(final Class<?> c, final ElementType type)
Java Target
isDeclarationAnnotation
(AnnotationMirror anno)
Java Target
isTypeAnnotation
(AnnotationMirror a)
Java Target Returns true if anno is a declaration annotation.
Java Target
validateAnnotationElementType
(Class<T> annotationType, ElementType elementType)
Previous
Next
Related
Java Repeatable Returns a new array whose entries do not contain container annotations anymore but the indirectly present annotation(s) a container annotation was wrapping instead.
Java Repeatable unwrapContainerAnnotations(final A[] annotations)
Java RetentionPolicy validateRetentionPolicy(Class<T> c, RetentionPolicy policy)
Java java.lang.annotation Target
Java Target checkAnnotationCapable(Object obj, Class<? extends Annotation> annotationType)
Java Target getAnnotation(Object obj, Class<A> annotationType)
Java Target hasTarget(AnnotationMirror a, ElementType type)