groovy / 4.0.0 / org / codehaus / groovy / transform / inheritconstructorsasttransformation.html /

[Java] Class InheritConstructorsASTTransformation

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

Handles generation of code for the @InheritConstructors annotation.

Method Detail

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

© 2003-2022 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/4.0.0/html/gapi/org/codehaus/groovy/transform/InheritConstructorsASTTransformation.html