@Order(DependencyManagementBomTransformation.ORDER) @SuppressWarnings("deprecation") public class DependencyManagementBomTransformation extends AnnotatedNodeASTTransformation
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(List<AnnotationNode> annotationNodes) |
| Methods inherited from class | Name |
|---|---|
class AnnotatedNodeASTTransformation |
getSourceUnit, processAnnotationNodes, visit |