Interface UiCrossFieldChecks


@Deprecated(forRemoval=true, since="2.3") public interface UiCrossFieldChecks
Deprecated, for removal: This API element is subject to removal in a future version.
use UiCrossFieldChecks instead
Bean validation constraint group used by UI for cross-field validation.
You can assign this group for constraints that must be checked only when instance is validated in UI detail view.
Cross field validation passes this group to Validator.validate(Object, Class[]) without Default group.