-
@Documented @Retention(SOURCE) @Target({FIELD,METHOD,PARAMETER}) @ConstraintRule(supportedTypes=java.lang.String.class, validatorClass=LowercaseConstraintValidator.class) public @interface Lowercase
The annotated element must a lowercase string.- Since:
- 0.1
- Author:
- nedis
- See Also:
Uppercase,LowercaseConstraintValidator
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanoffAllows disabling the validation rule if this rule is inherited from super class.
-