Package javax.validation.groups
Annotation Interface ConvertGroup
@Target({TYPE,METHOD,FIELD,CONSTRUCTOR,PARAMETER})
@Retention(RUNTIME)
@Documented
public @interface ConvertGroup
Converts group
from
to group to
during cascading.
Can be used everywhere Valid
is used and must be on an element
annotated with Valid
.- Since:
- 1.1
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic @interface
Defines severalConvertGroup
annotations on the same element. -
Required Element Summary