Annotation Interface NotBlank
@Target(FIELD)
@Retention(RUNTIME)
@Constraint(validatedBy=NotBlankValidator.class)
@Documented
public @interface NotBlank
The annotated element must not contain a whitespace or be empty or
null. Supported type is
String. null elements are considered invalid.-
Optional Element Summary
Optional Elements