Package jakarta.validation.groups
Annotation Type ConvertGroup
- 
@Target({METHOD,FIELD,CONSTRUCTOR,PARAMETER,TYPE_USE}) @Retention(RUNTIME) @Repeatable(List.class) @Documented public @interface ConvertGroup
Converts groupfromto grouptoduring cascading.Can be used everywhere
Validis used and must be on an element annotated withValid.- Since:
 - 1.1
 - Author:
 - Emmanuel Bernard