Example usage for Java javax.annotation.processing RoundEnvironment fields, constructors, methods, implement or subclass
The text is from its open source code.
boolean | errorRaised() Returns true if an error was raised in the prior round of processing; returns false otherwise. |
Set extends Element> | getElementsAnnotatedWith(TypeElement a) Returns the elements annotated with the given annotation type. |
Set extends Element> | getElementsAnnotatedWith(Class extends Annotation> a) Returns the elements annotated with the given annotation type. |
Set extends Element> | getRootElements() Returns the Processor root elements for annotation processing generated by the prior round. |
boolean | processingOver() Returns true if types generated by this round will not be subject to a subsequent round of annotation processing; returns false otherwise. |