Annotation Type RichtextSize
-
@Target({METHOD,FIELD}) @Retention(RUNTIME) @Constraint(validatedBy=RichtextSizeValidator.class) public @interface RichtextSize
A validation constraint for checking the plain text length of a string that contains HTML markup.- Author:
- Matthias Müller