Package org.seedstack.seed.validation
Annotation Type NotBlank
-
@Documented @Constraint(validatedBy=NotBlankValidator.class) @Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER,TYPE_USE}) @Retention(RUNTIME) @Repeatable(List.class) public @interface NotBlank
Re-implementation of Bean Validation 2.0 NotBlank for backward compatibility. The annotated element must not benulland must contain at least one non-whitespace character.