|
|
|
@ -16,6 +16,7 @@
|
|
|
|
|
|
|
|
|
|
package org.springframework.boot.groovy;
|
|
|
|
|
|
|
|
|
|
import java.lang.annotation.Documented;
|
|
|
|
|
import java.lang.annotation.ElementType;
|
|
|
|
|
import java.lang.annotation.Retention;
|
|
|
|
|
import java.lang.annotation.RetentionPolicy;
|
|
|
|
@ -31,6 +32,7 @@ import java.lang.annotation.Target;
|
|
|
|
|
@Target({ ElementType.CONSTRUCTOR, ElementType.FIELD, ElementType.LOCAL_VARIABLE,
|
|
|
|
|
ElementType.METHOD, ElementType.PARAMETER, ElementType.TYPE })
|
|
|
|
|
@Retention(RetentionPolicy.SOURCE)
|
|
|
|
|
@Documented
|
|
|
|
|
public @interface DependencyManagementBom {
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|