| Hello! Hibernate validator has validations for @DecimalMax/@DecimalMin and @Max/@Min and javax.money types (added in HV-1116 Closed ). In the same line, I think, it would make sense to provide a validator for @Digits with MoneteryAmounts, that works just the same as the DigitsValidatorForNumber with BigDecimals. Would you be interested in a pull request for that? |