This commit is contained in:
Phillip Webb
2022-10-20 17:04:29 -07:00
parent 463a614d27
commit 1a14f39f83
3 changed files with 3 additions and 3 deletions

View File

@@ -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 {