@Order(GroovyBeansTransformation.ORDER) public class GroovyBeansTransformation extends java.lang.Object implements org.codehaus.groovy.transform.ASTTransformation
org.codehaus.groovy.transform.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 through
an interface.
Modifiers | Name | Description |
---|---|---|
static int |
ORDER |
The order of the transformation. |
Type Params | Return Type | Name and description |
---|---|---|
|
public void |
visit(org.codehaus.groovy.ast.ASTNode[] nodes, org.codehaus.groovy.control.SourceUnit source) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |