| Currently, it's possible to register a constraint validator for an annotation (via @Constraint(validatedBy=)) even if the ConstraintValidator is defined for another constraint annotation (in the implements ConstraintValidator<Constraint, ValidatedType> part). It would likely fail at runtime but we should throw an error when bootstrapping the constraint. |