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 |
RoundCompleteEvent | Event for the completion of a round of annotation processing. | code | html |
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 |
Note that the apt
tool and its associated APIs may be
changed or superseded in future j2se releases.
@since 1.5