@Order(value=-2147483348) public class GroovyBeansTransformation extends Object implements org.codehaus.groovy.transform.ASTTransformation
ASTTransformation
to resolve beans declarations inside application source
files. Users only need to define a beans{}
DSL element, and this
transformation will remove it and make it accessible to the Spring application via an
interface.Modifier and Type | Field and Description |
---|---|
static int |
ORDER
The order of the transformation.
|
Constructor and Description |
---|
GroovyBeansTransformation() |
Modifier and Type | Method and Description |
---|---|
void |
visit(org.codehaus.groovy.ast.ASTNode[] nodes,
org.codehaus.groovy.control.SourceUnit source) |
public static final int ORDER
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.