public abstract class ClassCodeVisitorSupport
extends CodeVisitorSupport
implements ErrorCollecting, GroovyClassVisitor
Called for each loop statement (for, while, do-while) that
carries statement-level annotations. Subclasses may override to process those annotations.
statement - the loop statement that may have statement-level annotations