|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AnnotatedElementHandler
Provides notification when the annotation processor is visiting a new AnnotatedElement.
| Method Summary | |
|---|---|
void |
endElement(ElementType type,
AnnotatedElement element)
After annotations for an annotated element are processed, the endElement is called with the annotated element value and its type |
void |
startElement(ElementType type,
AnnotatedElement element)
Before annotations for an annotated element are processed, the startElement is called with the annotated element value and its type |
| Method Detail |
|---|
void startElement(ElementType type,
AnnotatedElement element)
throws AnnotationProcessorException
type - the annotated element type (class, field, method...)element - the annotated element we are starting to visit.
AnnotationProcessorException;
AnnotationProcessorException
void endElement(ElementType type,
AnnotatedElement element)
throws AnnotationProcessorException
type - the annotated element type (class, field, method...)element - the annotated element we are done visiting.
AnnotationProcessorException;
AnnotationProcessorException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||