Package org.grails.cli.compiler
Class GroovyBeansTransformation
- java.lang.Object
-
- org.grails.cli.compiler.GroovyBeansTransformation
-
- All Implemented Interfaces:
org.codehaus.groovy.transform.ASTTransformation
@Order(-2147483348) public class GroovyBeansTransformation extends java.lang.Object implements org.codehaus.groovy.transform.ASTTransformationASTTransformationto resolve beans declarations inside application source files. Users only need to define abeans{}DSL element, and this transformation will remove it and make it accessible to the Spring application through an interface.- Since:
- 2022.1.0
-
-
Field Summary
Fields Modifier and Type Field Description static intORDERThe order of the transformation.
-
Constructor Summary
Constructors Constructor Description GroovyBeansTransformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvisit(org.codehaus.groovy.ast.ASTNode[] nodes, org.codehaus.groovy.control.SourceUnit source)
-
-
-
Field Detail
-
ORDER
public static final int ORDER
The order of the transformation.- See Also:
- Constant Field Values
-
-