@Target(value=TYPE) @Retention(value=RUNTIME) @Constraint(validatedBy=NoBlankCollectionElementsValidator.class) @Documented public @interface NoBlankCollectionElements
java.util.Collection
and are parameterized as type String
must not contain the empty string or pure whitespaceCopyright © 2010–2014 The Kuali Foundation. All rights reserved.