|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A
- the annotation typeT
- the output typepublic interface AnnotationProcessor<A extends Annotation,T>
Annotation processor.
Method Summary | |
---|---|
T |
createMetaData(Object attachment)
Create metadata attachment. |
T |
createMetaDataFromClass(Class<?> clazz)
Create metadata from class. |
Class<A> |
getAnnotation()
Get the annotation class. |
Class<T> |
getOutput()
Get output class. |
Method Detail |
---|
Class<A> getAnnotation()
Class<T> getOutput()
T createMetaData(Object attachment)
attachment
- the previous attachment
T createMetaDataFromClass(Class<?> clazz)
clazz
- the class containing annotation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |