Package | Description |
---|---|
com.github.misberner.apcommons.processing | |
com.github.misberner.apcommons.processing.exceptions |
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) |
Modifier and Type | Class and Description |
---|---|
class |
FatalProcessingException
Exception that indicates a fatal error occurred during annotation
processing.
|
Copyright © 2013–2014. All rights reserved.