Package | Description |
---|---|
com.github.misberner.apcommons.processing |
Modifier and Type | Field and Description |
---|---|
protected APUtils |
MultiModuleProcessor.utils |
Modifier and Type | Method and Description |
---|---|
void |
SingleAnnotationProcessorModule.post(APUtils utils)
Called after the successful processing of all elements.
|
void |
AbstractSingleAnnotationProcessor.post(APUtils utils) |
void |
SingleAnnotationProcessorModule.postFailure(APUtils utils)
Called after unsuccessful processing of all elements, or if
processing was aborted due to a fatal processing error.
|
void |
AbstractSingleAnnotationProcessor.postFailure(APUtils utils) |
void |
SingleAnnotationProcessorModule.pre(APUtils utils)
Called before the first element is processed.
|
void |
AbstractSingleAnnotationProcessor.pre(APUtils utils) |
void |
CheckEnclosingAnnotatedProcessor.process(Element elem,
AnnotationMirror annotation,
A annotationObject,
APUtils utils) |
void |
SingleAnnotationProcessorModule.process(Element elem,
AnnotationMirror annotationMirror,
A annotation,
APUtils utils)
Process a single annotated element.
|
void |
AbstractSingleAnnotationProcessor.process(Element elem,
AnnotationMirror annotationMirror,
A annotation,
APUtils utils) |
Copyright © 2013–2014. All rights reserved.