-
@Documented @Retention(SOURCE) @Target({FIELD,METHOD,PARAMETER}) @ConstraintRule(supportedTypes=java.lang.String.class, validatorClass=LengthConstraintValidator.class) public @interface Length
The annotated element must have the expected string length.- Author:
- nedis