@Order(GroovyBeansTransformation.ORDER) public class GroovyBeansTransformation extends Object implements 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 through
an interface.
Modifiers | Name | Description |
---|---|---|
static int |
ORDER |
The order of the transformation. |