@Order(value=-2147483448)
public class DependencyAutoConfigurationTransformation
extends java.lang.Object
implements org.codehaus.groovy.transform.ASTTransformation
ASTTransformation
to apply
dependency
auto-configuration
.Modifier and Type | Field and Description |
---|---|
static int |
ORDER
The order of the transformation.
|
Constructor and Description |
---|
DependencyAutoConfigurationTransformation(groovy.lang.GroovyClassLoader loader,
DependencyResolutionContext dependencyResolutionContext,
java.lang.Iterable<CompilerAutoConfiguration> compilerAutoConfigurations) |
Modifier and Type | Method and Description |
---|---|
void |
visit(org.codehaus.groovy.ast.ASTNode[] nodes,
org.codehaus.groovy.control.SourceUnit source) |
public static final int ORDER
public DependencyAutoConfigurationTransformation(groovy.lang.GroovyClassLoader loader, DependencyResolutionContext dependencyResolutionContext, java.lang.Iterable<CompilerAutoConfiguration> compilerAutoConfigurations)