org.eclipse.jdt.apt.core.util |
Package-level Javadoc
This package contains miscellaneous APIs related to Java annotation processing.
Package Specification
This package contains miscellaneous utilities related to Java annotation
processing, such as the APIs needed to configure the annotation processor
settings and factory path.
|
Java Source File Name | Type | Comment |
AptConfig.java | Class | Accesses configuration data for APT.
Note that some of the code in org.eclipse.jdt.ui reads and writes settings
data directly, rather than calling into the methods of this class. |
AptPreferenceConstants.java | Class | |
AptUtil.java | Class | |
EclipseMessager.java | Interface | Extend the APT
Messager to allow the registrating of diagnostics on ast nodes. |
IFactoryPath.java | Interface | A minimal API for manipulating the annotation processor factory path.
The factory path is an ordered list of containers, each of which has
certain attributes, e.g., isEnabled, runInBatchMode. |