@Documented @NotNull(message="may not be null", groups=NotEmpty.DummyGroup.class) @Size(min=1) @Constraint(validatedBy=NotEmpty.NotEmptyValidator.class) @Target(value={TYPE,METHOD,FIELD}) @Retention(value=RUNTIME) public @interface NotEmpty
Copyright © 2008–2014. All rights reserved.