|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={METHOD,TYPE})
@Retention(value=RUNTIME)
public @interface MethodValidatedMarker for a type or method indicating in which way method-level constraints shall be validated upon invocation of the given method or any methods of the given type.
| Optional Element Summary | |
|---|---|
Class<?>[] |
groups
Returns the group(s) to validate. |
MethodValidated.ValidationMode |
validationMode
Returns the validation mode. |
public abstract Class<?>[] groups
Default.
public abstract MethodValidated.ValidationMode validationMode
MethodValidated.ValidationMode.ALL.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||