public class SourceTypeCollisionException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
boolean |
afterLastAnnotationProcessingRound
Javadoc on
RoundEnvironment.processingOver() claims that
types generated by last round of annotation processing should not be subject to a subsequent rounds
of annotation processing. |
ICompilationUnit[] |
newAnnotationProcessorUnits |
| Constructor and Description |
|---|
SourceTypeCollisionException() |
public ICompilationUnit[] newAnnotationProcessorUnits
public boolean afterLastAnnotationProcessingRound
RoundEnvironment.processingOver() claims that
types generated by last round of annotation processing should not be subject to a subsequent rounds
of annotation processing. So this flag have to be added to handle last round of annotation processing gracefully.