@Documented @Constraint(validatedBy={}) @Target(value={METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER}) @Retention(value=RUNTIME) @NotNull @Size(min=1) public @interface NotEmpty
Checks that the annotated string, collection, map or array is not null or empty.
Copyright © 2014-2016 Konik.io. All Rights Reserved.