|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @ValidatorClass(value=NotEmptyValidator.class) @Target(value={METHOD,FIELD}) @Retention(value=RUNTIME) public @interface NotEmpty
Check that a String is not empty (not null and length > 0) or that a Collection (or array) is not empty (not null and length > 0)
Optional Element Summary | |
---|---|
String |
message
|
public abstract String message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |