Annotation Type NotBlankString
-
@Documented @Constraint(validatedBy=NotBlankStringValidator.class) @Retention(RUNTIME) @Target({FIELD,PARAMETER}) public @interface NotBlankString
Can be used with strings. Checks if string is blank.nullvalue is valid.