[Java] Class NotYetImplementedLegacyASTTransformation

  • org.apache.groovy.test.transform.NotYetImplementedLegacyASTTransformation
@Deprecated
@GroovyASTTransformation(phase = CompilePhase.CANONICALIZATION)
public class NotYetImplementedLegacyASTTransformation
extends AbstractASTTransformation

Generates code for the legacy @NotYetImplemented annotation.

See Also:
NotYetImplemented

Method Detail

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