Annotation Interface RequiredField
@NotBlank
@ReportAsSingleViolation
@Constraint(validatedBy={})
@Documented
@Retention(RUNTIME)
@Target({METHOD,FIELD})
public @interface RequiredField
Validate that a field is non-blank
-
Optional Element Summary