[Java] Class AutoImplementASTTransformation

  • org.codehaus.groovy.transform.AutoImplementASTTransformation
@GroovyASTTransformation(phase = CompilePhase.CANONICALIZATION)
public class AutoImplementASTTransformation
extends AbstractASTTransformation

Generates code for the @AutoImplement annotation.

Method Detail

@Override public void visit(ASTNode[] nodes, SourceUnit source)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/transform/AutoImplementASTTransformation.html