|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={METHOD,FIELD,CONSTRUCTOR,PARAMETER}) @Retention(value=RUNTIME) public @interface Validate
Description: Annotate an element (parameter) to be validated.
Optional Element Summary | |
---|---|
Class<?>[] |
groups
to Support groups on @Valid(ate) in method/return validation |
String |
value
(optional) the MetaBean.id to use |
public abstract String value
public abstract Class<?>[] groups
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |