Annotation Interface IfNotNullThenNotBlank
@Documented
@Constraint(validatedBy=IfNotNullThenNotBlankValidator.class)
@Target({FIELD,PARAMETER})
@Retention(RUNTIME)
public @interface IfNotNullThenNotBlank
Constrains string properties that may be null but cannot be blank.
-
Optional Element Summary
Optional Elements