FileDocCategorySizeDatePackage
RoundState.javaAPI DocJava SE 5 API1137Fri Aug 26 14:55:14 BST 2005com.sun.mirror.apt

RoundState

public interface RoundState
Represents the status of a completed round of annotation processing.
author
Joseph D. Darcy
author
Scott Seligman
version
1.1 04/06/25
since
1.5

Fields Summary
Constructors Summary
Methods Summary
public booleanclassFilesCreated()
Returns true if new class files were created in this round of processing; returns false otherwise.

public booleanerrorRaised()
Returns true if an error was raised in this round of processing; returns false otherwise.

public booleanfinalRound()
Returns true if this was the last round of annotation processing; returns false if there will be a subsequent round.

public booleansourceFilesCreated()
Returns true if new source files were created in this round of processing; returns false otherwise.