@Documented @Constraint(validatedBy={}) @Target(value={METHOD,FIELD}) @Retention(value=RUNTIME) @ReportAsSingleViolation @NotNull(payload=NotEmpty.UnusedPayload.class) @Size public @interface NotEmpty
Copyright © 2008–2019 Eclipse Foundation. All rights reserved.