|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
@Documented
public @interface StopValidationThis annotation can be used to abort processing of a field and/or method. This is especially useful when you're using recursive validation or for certain groups do not want to validate (it is similar to JvGroups disableRecursionForGroups but the name is more clear).
| Optional Element Summary | |
|---|---|
java.lang.String |
group
What group to stop validation for. |
java.lang.String[] |
groups
What groups to stop validation for. |
public abstract java.lang.String group
JvGrouppublic abstract java.lang.String[] groups
JvGroup
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||