@org.springframework.core.annotation.Order(DependencyManagementBomTransformation.ORDER)
@java.lang.SuppressWarnings("deprecation")
public class DependencyManagementBomTransformation
extends AnnotatedNodeASTTransformation
org.codehaus.groovy.transform.ASTTransformation for processing DependencyManagementBom annotations.
| Modifiers | Name | Description |
|---|---|---|
static int |
ORDER |
The order of the transformation. |
| Constructor and description |
|---|
DependencyManagementBomTransformation(DependencyResolutionContext resolutionContext) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
protected void |
processAnnotationNodes(java.util.List<org.codehaus.groovy.ast.AnnotationNode> annotationNodes) |
| Methods inherited from class | Name |
|---|---|
class AnnotatedNodeASTTransformation |
getSourceUnit, processAnnotationNodes, visit |