Home » openjdk-7 » com.sun.mirror » apt »

com.sun.mirror.apt

Interfaces:

AnnotationProcessor   An annotation processor, used to examine and process the annotations of program elements.  code | html
AnnotationProcessorEnvironment   The environment encapsulating the state needed by an annotation processor.  code | html
AnnotationProcessorFactory   A factory for creating annotation processors.  code | html
AnnotationProcessorListener   Superinterface for all annotation processor event listeners.  code | html
Filer   This interface supports the creation of new files by an annotation processor.  code | html
Messager   A Messager provides the way for an annotation processor to report error messages, warnings, and other notices.  code | html
RoundCompleteListener   Listener for the completion of a round of annotation processing.  code | html
RoundState   Represents the status of a completed round of annotation processing.  code | html

Abstract Classes:

RoundCompleteEvent   Event for the completion of a round of annotation processing.  code | html

Classes:

Filer.Location   Locations (subtrees within the file system) where new files are created.  code | html
AnnotationProcessors   Utilities to create specialized annotation processors.  code | html
AnnotationProcessors.CompositeAnnotationProcessor   Combines multiple annotation processors into a simple composite processor.  code | html
AnnotationProcessors.NoOpAP     code | html