@Documented @Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) @Around @Inherited @Type(value=ValidatingInterceptor.class) public @interface Validated
Around
advice that ensures an objects methods are validated.Modifier and Type | Optional Element and Description |
---|---|
java.lang.Class<?>[] |
groups
The validation groups that will be used for validation.
|