Annotation Type NotBlank
-
@Target(FIELD) @Retention(RUNTIME) @Constraint(validatedBy=NotBlankValidator.class) @Documented public @interface NotBlank
The annotated element must not contain a whitespace or be empty ornull. Supported type isString.nullelements are considered invalid.