|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Target(value={METHOD,FIELD}) @ConstraintValidator(value=AssertTrueValidator.class) @Retention(value=RUNTIME) public @interface AssertTrue
Assert that a method or field will be true when validated
Optional Element Summary | |
---|---|
java.lang.String[] |
groups
Groups that the constraint belongs to |
java.lang.String |
message
Message that is returned on validation failure. |
public abstract java.lang.String message
public abstract java.lang.String[] groups
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |