Class DependencyManagementBomTransformation

java.lang.Object
org.springframework.boot.cli.compiler.AnnotatedNodeASTTransformation
org.springframework.boot.cli.compiler.DependencyManagementBomTransformation
All Implemented Interfaces:
org.codehaus.groovy.transform.ASTTransformation

@Order(-2147483548) public class DependencyManagementBomTransformation extends AnnotatedNodeASTTransformation
ASTTransformation for processing @DependencyManagementBom annotations.
Since:
1.3.0
Author:
Andy Wilkinson