See: Description
| Interface | Description |
|---|---|
| AnnotationReader<T,C,F,M> |
Reads annotations for the given property.
|
| AnnotationSource |
Implemented by objects that can have annotations.
|
| Locatable |
Location that is chained. |
| RuntimeAnnotationReader |
| Class | Description |
|---|---|
| AbstractInlineAnnotationReaderImpl<T,C,F,M> |
AnnotationReader that reads annotation from classes,
not from external binding files. |
| ClassLocatable<C> |
Locatable implementation for a class. |
| FieldLocatable<F> |
Locatable implementation for a field. |
| LocatableAnnotation |
Annotation that also implements Locatable. |
| MethodLocatable<M> |
Locatable implementation for a method. |
| Quick |
Base implementation of
Locatable Annotation. |
| RuntimeInlineAnnotationReader |
AnnotationReader that uses java.lang.reflect to
read annotations from class files. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.