Description
When we have a BigDecimal property with @Digits(10,3) we get a generic message. This should be more suitable, and ideally could be customised.
For example:
@Digits(integer = 10, fraction = 3) // <<<<<<<<<<<< allow the message thrown by this @Property() @Parameter() @Target({ ElementType.METHOD, ElementType.FIELD, ElementType.PARAMETER, ElementType.ANNOTATION_TYPE }) @Retention(RetentionPolicy.RUNTIME) public @interface Hours { }