T - type the type of the annotationpublic static interface ReflectionCache.AnnotationClass<T extends java.lang.annotation.Annotation>
TypeStore this class holds
low-level metadata such as whether this annotation is a container for repeatable annotations.| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.annotation.Annotation> |
getMetaAnnotations() |
java.lang.annotation.Annotation[] |
getRepeatableAnnotations(java.lang.annotation.Annotation annotation)
Retrieves repeatable annotations held by this container annotation instance.
|
boolean |
isRepeatableAnnotationContainer() |
boolean |
isScope() |
java.util.Set<java.lang.annotation.Annotation> getMetaAnnotations()
boolean isScope()
boolean isRepeatableAnnotationContainer()
java.lang.annotation.Annotation[] getRepeatableAnnotations(java.lang.annotation.Annotation annotation)
java.lang.IllegalStateException - if this annotation class is not a repeatable annotation containerCopyright © 2015. All Rights Reserved.