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