| Class | Description |
|---|---|
| [source] JavacFiler |
The FilerImplementation class must maintain a number of
constraints.
|
| [source] JavacMessager |
An implementation of the Messager built on top of log.
|
| [source] JavacProcessingEnvironment |
Objects of this class hold and manage the state needed to support
annotation processing.
|
| [source] JavacProcessingEnvironment.ComputeAnnotationSet |
Computes the set of annotations on the symbol in question.
|
| [source] JavacProcessingEnvironment.ProcessorState |
State about how a processor has been used by the tool.
|
| [source] JavacRoundEnvironment |
Object providing state about a prior round of annotation processing.
|
| [source] PrintingProcessor |
A processor which prints out elements.
|
| [source] PrintingProcessor.PrintingElementVisitor |
Used for the -Xprint option and called by Elements.printElements
|
| [source] ServiceProxy |
Utility class to determine if a service can be found on the
path that might be used to create a class loader.
|
| Error | Description |
|---|---|
| [source] AnnotationProcessingError |
Error thrown for problems encountered during annotation processing.
|
| [source] ServiceProxy.ServiceConfigurationError |