pull/33276/head
Phillip Webb 2 years ago
parent 463a614d27
commit 1a14f39f83

@ -28,7 +28,7 @@ import java.lang.annotation.Target;
* *
* @author Stephane Nicoll * @author Stephane Nicoll
*/ */
@Target({ ElementType.PARAMETER }) @Target(ElementType.PARAMETER)
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)
@Documented @Documented
public @interface DefaultValue { public @interface DefaultValue {

@ -40,7 +40,7 @@ import java.lang.annotation.Target;
* @since 2.2.0 * @since 2.2.0
*/ */
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)
@Target({ ElementType.PARAMETER }) @Target(ElementType.PARAMETER)
@Documented @Documented
public @interface DefaultValue { public @interface DefaultValue {

@ -31,7 +31,7 @@ import java.lang.annotation.Target;
* @since 2.4.0 * @since 2.4.0
*/ */
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)
@Target({ ElementType.PARAMETER }) @Target(ElementType.PARAMETER)
@Documented @Documented
public @interface Name { public @interface Name {

Loading…
Cancel
Save