Annotation Type NotBlankStringCollection
-
@Documented @Constraint(validatedBy=NotBlankStringCollectionValidator.class) @Retention(RUNTIME) @Target({FIELD,PARAMETER}) public @interface NotBlankStringCollection
Can be used with collection of strings. Checks if collection contains only not blank elements.null- valid value.empty collection- valid value.