See: Description
Interface | Description |
---|---|
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 Oracle Corporation. All rights reserved.