Java javax.annotation.processing RoundEnvironment fields, constructors, methods, implement or subclass

Example usage for Java javax.annotation.processing RoundEnvironment fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.annotation.processing RoundEnvironment.

The text is from its open source code.

Method

booleanerrorRaised()
Returns true if an error was raised in the prior round of processing; returns false otherwise.
SetgetElementsAnnotatedWith(TypeElement a)
Returns the elements annotated with the given annotation type.
SetgetElementsAnnotatedWith(Class a)
Returns the elements annotated with the given annotation type.
SetgetRootElements()
Returns the Processor root elements for annotation processing generated by the prior round.
booleanprocessingOver()
Returns true if types generated by this round will not be subject to a subsequent round of annotation processing; returns false otherwise.