| Interface | Description |
|---|---|
| SingleAnnotationProcessorModule<A extends Annotation> |
A processor module for isolated, per-element processing of a single annotation
type.
|
| Class | Description |
|---|---|
| AbstractSingleAnnotationProcessor<A extends Annotation> |
Abstract base class for
SingleAnnotationProcessorModule implementations. |
| CheckEnclosingAnnotatedProcessor<A extends Annotation> |
Checks whether the enclosing element of an annotated element is also
annotated with a certain annotation.
|
| MultiModuleProcessor |
An annotation processor that sequentially dispatches multiple
SingleAnnotationProcessorModules. |
Copyright © 2013–2014. All rights reserved.