|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AnnotationProcessor
An abstract JPA annotation processor.
Method Summary | |
---|---|
void |
onFinishElement(AnnotatedElement element,
AnnotationProcessorStack context)
Invoked at the end of the annotation tree traversal, which is done in a depth-first manner. |
void |
onStartElement(AnnotatedElement element,
AnnotationProcessorStack context)
Invoked in the beginning of the annotation tree traversal, which is done in a depth-first manner. |
Method Detail |
---|
void onStartElement(AnnotatedElement element, AnnotationProcessorStack context)
void onFinishElement(AnnotatedElement element, AnnotationProcessorStack context)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |