ProcessingResultpublic interface ProcessingResult This interface encapsulates all AnnotatedElements processing result by
the AnnotationProcessor tool. Each AnnotatedElement can have multiple
annotations, therefore the AnnotationProcessor tool result is defined
by the list of AnnotatedElements it processed and for each AnnotatedElement,
it defines each Annotation processed and its processing result. |
|