The call AbstractAnnotationProcessorManager#cleanUp() should be only
called only in the last round after no one will call
#processAnnotations() again.
• case #processAnnotations does not throw SourceTypeCollisionException
#processAnnotations will not be called again
• case #processAnnotations throws SourceTypeCollisionException
• with isLastRound == false - #processAnnotations will be called
• with isLastRound == true - #processAnnotations will not be called
Change-Id: I9ca9e0264c514dedf9aade603b1758d3686ed4c6
Signed-off-by: Ralph Steiner <rst@bsiag.com>