Another scenario in our company where we thought this feature might be useful was again around the area of defaults. So for example a String property on an @Entity would not need to define any @Size but a sensible default (255) would apply akin to JPA providers [1]But we’d still like to get ConstraintViolations during validation phase rather than some JPA/DB errors complaining about the strings length.