RoundEnvironment
Interface RoundEnvironment
public interface RoundEnvironment
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.
- Since:
- 1.6
Methods
processingOver
boolean processingOver()
Returns true
if types generated by this round will not be subject to a subsequent round of annotation processing; returns false
otherwise.
- Returns:
-
true
if types generated by this round will not be subject to a subsequent round of annotation processing; returnsfalse
otherwise