类 GroovyBeansTransformation

  • 所有已实现的接口:
    org.codehaus.groovy.transform.ASTTransformation

    @Order(-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.
    • 字段详细资料

    • 方法详细资料

      • visit

        public void visit​(org.codehaus.groovy.ast.ASTNode[] nodes,
                          org.codehaus.groovy.control.SourceUnit source)
        指定者:
        visit 在接口中 org.codehaus.groovy.transform.ASTTransformation