@Documented @Constraint(validatedBy={}) @Target(value={METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER}) @Retention(value=RUNTIME) @NotNull @Size(min=1) public @interface NotEmpty
null
or empty.Copyright © 2018 JBoss by Red Hat. All rights reserved.