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
-
Field Summary
-
Constructor Summary
ConstructorDescriptionDependencyManagementBomTransformation
(DependencyResolutionContext resolutionContext) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
processAnnotationNodes
(List<org.codehaus.groovy.ast.AnnotationNode> annotationNodes) Methods inherited from class org.springframework.boot.cli.compiler.AnnotatedNodeASTTransformation
getSourceUnit, visit
-
Field Details
-
ORDER
public static final int ORDERThe order of the transformation.- See Also:
-
-
Constructor Details
-
DependencyManagementBomTransformation
-
-
Method Details
-
processAnnotationNodes
- Specified by:
processAnnotationNodes
in classAnnotatedNodeASTTransformation
-