T - type the type of the annotationpublic static interface ReflectionCache.AnnotationClass<T extends 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 |
|---|---|
Set<Annotation> |
getMetaAnnotations() |
Annotation[] |
getRepeatableAnnotations(Annotation annotation)
Retrieves repeatable annotations held by this container annotation instance.
|
boolean |
isRepeatableAnnotationContainer() |
boolean |
isScope() |
Set<Annotation> getMetaAnnotations()
boolean isScope()
boolean isRepeatableAnnotationContainer()
Annotation[] getRepeatableAnnotations(Annotation annotation)
IllegalStateException - if this annotation class is not a repeatable annotation containerCopyright © 2015. All Rights Reserved.