Home
Java
java.lang.annotation
Java java.lang.annotation Repeatable
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 Repeatable
Previous
Next
Java Repeatable Determine if the supplied annotation type is a container for a repeatable annotation.
Java Repeatable
getIndirectlyPresentAnnotations
( final A maybeContainerAnnotation)
Java Repeatable
isRepeatable
(final Class<?> annotationType)
Java Repeatable
isRepeatableAnnotationContainer
(Class<? extends Annotation> candidateContainerType)
Java Repeatable
isRepeatableWrapper
(final Annotation annotation)
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)
Previous
Next
Related
Java Inherited hasInheritedMeta(AnnotationMirror anno)
Java Inherited hasInheritiedMeta(AnnotationMirror anno)
Java Inherited Returns true if the given annotation has a @Inherited meta-annotation.
Java java.lang.annotation Repeatable
Java Repeatable Determine if the supplied annotation type is a container for a repeatable annotation.
Java Repeatable getIndirectlyPresentAnnotations( final A maybeContainerAnnotation)
Java Repeatable isRepeatable(final Class<?> annotationType)