According to what I know, I can perform the same type of validation with both org.springframework.validation.Validator and javax.validation.ConstraintValidator.
Why should I prefer one validator over another?
Thank you?
According to what I know, I can perform the same type of validation with both org.springframework.validation.Validator and javax.validation.ConstraintValidator.
Why should I prefer one validator over another?
Thank you?