See: Description
Interface Summary | |
---|---|
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 Summary | |
---|---|
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 {@code java.lang.reflect} to read annotations from class files. |