@Target(value={CONSTRUCTOR,FIELD,LOCAL_VARIABLE,METHOD,PARAMETER,TYPE})
@Retention(value=SOURCE)
@Documented
public @interface DependencyManagementBom
@Grab dependencies.| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String[] |
value
One or more sets of colon-separated coordinates (
group:module:version) of a
Maven bom that contains dependency management that will add to and override the
default dependency management. |