Modifier and Type | Method and Description |
---|---|
static <T extends Annotation> |
AnnotationMatcher.matchAnnotationItem(AnnotationItem[] annotations,
Class<T> annotationType)
Match an annotation item
|
Modifier and Type | Method and Description |
---|---|
static <T extends Annotation> |
AnnotationMatcher.matchAnnotationItem(AnnotationItem[] annotations,
Class<T> annotationType)
Match an annotation item
|
Modifier and Type | Method and Description |
---|---|
<T extends Annotation> |
AbstractMetaDataContext.retrieveAnnotation(Class<T> annotationType) |
<T extends Annotation> |
CachingMetaDataContext.retrieveAnnotation(Class<T> annotationType) |
Modifier and Type | Method and Description |
---|---|
<T extends Annotation> |
BasicMetaDataLoader.retrieveAnnotation(Class<T> annotationType) |
Modifier and Type | Method and Description |
---|---|
<T extends Annotation> |
MemoryMetaDataLoader.retrieveAnnotation(Class<T> annotationType) |
Modifier and Type | Method and Description |
---|---|
<T extends Annotation> |
AnnotatedElementMetaDataLoader.retrieveAnnotation(Class<T> annotationType) |
Modifier and Type | Method and Description |
---|---|
<T extends Annotation> |
ThreadLocalMetaDataLoader.retrieveAnnotation(Class<T> annotationType) |
Modifier and Type | Field and Description |
---|---|
static AnnotationItem<? extends Annotation>[] |
AnnotationsItem.NO_ANNOTATION_ITEMS
No annotations
|
Modifier and Type | Method and Description |
---|---|
AnnotationItem<? extends Annotation>[] |
AnnotationsItem.getAnnotations()
Get the annotations
|
<T extends Annotation> |
MetaDataRetrieval.retrieveAnnotation(Class<T> annotationType)
Get annotation
|
Modifier and Type | Class and Description |
---|---|
class |
BasicAnnotationItem<T extends Annotation>
BasicAnnotationItem.
|
Modifier and Type | Method and Description |
---|---|
AnnotationItem<? extends Annotation>[] |
BasicAnnotationsItem.getAnnotations() |
Constructor and Description |
---|
BasicAnnotationsItem(MetaDataLoader loader,
AnnotationItem<? extends Annotation>[] annotationItems)
Create a new BasicAnnotationsItem.
|
Modifier and Type | Method and Description |
---|---|
AnnotationItem<? extends Annotation>[] |
CummulativeAnnotationsItem.getAnnotations() |
Modifier and Type | Class and Description |
---|---|
class |
MetaDataToAnnotationBridge<T extends Annotation>
MetaDataToAnnotationBridge.
|
Constructor and Description |
---|
AnnotationToMetaDataBridge(AnnotationItem<? extends Annotation> annotation)
Create a new AnnotationToMetaDataBridge.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleAnnotationItem<T extends Annotation>
SimpleAnnotationItem.
|
Modifier and Type | Method and Description |
---|---|
AnnotationItem<? extends Annotation>[] |
SimpleAnnotationsItem.getAnnotations() |
Modifier and Type | Method and Description |
---|---|
protected void |
SimpleAnnotationsItem.setAnnotationItems(AnnotationItem<? extends Annotation>[] annotationItems)
Set the annotation items
|
Constructor and Description |
---|
SimpleAnnotationsItem(AnnotationItem<? extends Annotation>[] annotationItems)
Create a new SimpleAnnotationsItem.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.