public abstract class RoundCompleteEvent extends EventObject
Event for the completion of a round of annotation processing.
While this class extends the serializable EventObject, it
cannot meaningfully be serialized because all of the annotation
processing tool's internal state would potentially be needed.