Like Spring Framework's @Validated annotation but in standard in Jakarta Validation Spec.
We currently cannot define validation groups on the @Validated annotation.
This should be possible, as with all other constraints annotations.
@Valid(groups = {CreationGroup.class, ModificationGroup.class})