Class | Description |
---|---|
AnnotationData<N extends java.lang.annotation.Annotation> |
Base POJO bean class for annotation data, for holding annotation elements values.
|
AnnotationDataReader<A extends java.lang.annotation.Annotation,D extends AnnotationData<A>> |
Annotation reader reads an annotation and returns
annotation data object
populated with annotation element values. |
Annotations<A extends java.lang.annotation.Annotation> |
Annotations collector.
|
Copyright © 2003-present Jodd Team