@Order(DependencyAutoConfigurationTransformation.ORDER) public class DependencyAutoConfigurationTransformation extends Object implements ASTTransformation
ASTTransformation to apply dependency.
| Modifiers | Name | Description |
|---|---|---|
static int |
ORDER |
The order of the transformation. |
| Constructor and description |
|---|
DependencyAutoConfigurationTransformation(GroovyClassLoader loader, DependencyResolutionContext dependencyResolutionContext, Iterable<CompilerAutoConfiguration> compilerAutoConfigurations) |