|
||||||||||
| 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(java.lang.annotation.ElementType type,
java.lang.reflect.AnnotatedElement element)
After annotations for an annotated element are processed, the endElement is called with the annotated element value and its type |
void |
startElement(java.lang.annotation.ElementType type,
java.lang.reflect.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(java.lang.annotation.ElementType type,
java.lang.reflect.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(java.lang.annotation.ElementType type,
java.lang.reflect.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 | |||||||||