Package com.sun.tools.javac.processing

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

Error Summary
AnnotationProcessingError Error thrown for problems encountered during annotation processing.
ServiceProxy.ServiceConfigurationError