[bv-dev] Spec question on constructors

Matt Benson mbenson at apache.org
Thu Jun 15 11:15:57 EDT 2017


The last paragraph of section 5.6.5 states that inheritance rules do
not apply to constructors as these are not inherited. However, the
Javadoc of BeanDescriptor#getConstraintsForConstructor(Class<?>...)
says "Constructor of super types are considered." While it could be
possible to implement this, what would be the point? These notions
feel at odds with one another.

Thanks,
Matt


More information about the beanvalidation-dev mailing list