-
@Documented @Retention(SOURCE) @Target({FIELD,METHOD,PARAMETER}) @ConstraintRule(supportedTypes=java.lang.String.class, validatorClass=MinLengthConstraintValidator.class) public @interface MinLength
The annotated element must have a string length whose value must be higher or equal to the specified minimum.- Since:
- 0.1
- Author:
- nedis
- See Also:
Length,MaxLength,MinLengthConstraintValidator
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description intvalueReturns the value the string length must be higher or equal to.
-