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 |
Constructor and Description |
---|
GroovyBeansTransformation() |
public static final int ORDER
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.