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