Example usage for Java javax.annotation.processing ProcessingEnvironment fields, constructors, methods, implement or subclass
The text is from its open source code.
Elements | getElementUtils() Returns an implementation of some utility methods for operating on elements |
Filer | getFiler() Returns the filer used to create new source, class, or auxiliary files. |
Messager | getMessager() Returns the messager used to report errors, warnings, and other notices. |
Map | getOptions() Returns the processor-specific options passed to the annotation processing tool. |
Types | getTypeUtils() Returns an implementation of some utility methods for operating on types. |