For JPA Validation annotations such as @DecimalMax(value = 100.00), is it possible to configure the value from properties file or database?
@DecimalMax(value = 100.00)