Uses of Package
javax.annotation.processing
Package
Description
Provides utilities for operations on abstract syntax trees (AST).
Facilities for declaring annotation processors and for
allowing annotation processors to communicate with an annotation processing
tool environment.
Utilities to assist in the processing of
program elements and
types.
Provides interfaces for tools which can be invoked from a program,
for example, compilers.
-
ClassDescriptionAn annotation processing tool framework will provide an annotation processor with an object implementing this interface so the processor can use facilities provided by the framework to write new files, report error messages, and find other utilities.
-
ClassDescriptionA suggested completion for an annotation.This interface supports the creation of new files by an annotation processor.A
Messager
provides the way for an annotation processor to report error messages, warnings, and other notices.An annotation processing tool framework will provide an annotation processor with an object implementing this interface so the processor can use facilities provided by the framework to write new files, report error messages, and find other utilities.The interface for an annotation processor.An annotation processing tool framework will provide an annotation processor with an object implementing this interface so that the processor can query for information about a round of annotation processing. -
ClassDescriptionAn annotation used to indicate the latest source version an annotation processor supports.
-