Annotation Type NotBlank
-
@Documented @Retention(RUNTIME) @Target({FIELD,PARAMETER}) @Constraint(NotBlankValidator.class) public @interface NotBlankMarks a plugin builder field or plugin factory parameter of typeCharSequencethat can not be blank.- Since:
- 2.18.0
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringmessageThe message to be logged if this constraint is violated.
-