@Target(value={METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER,TYPE_USE}) @Retention(value=RUNTIME) @Constraint(validatedBy=Constraints.MinLengthValidator.class) @Repeatable(value=Constraints.MinLength.List.class) public static @interface Constraints.MinLength
Modifier and Type | Required Element and Description |
---|---|
long |
value |