Perhaps worth mentioning we have BeanDescriptor#isBeanConstrained() too in 1.0. So at first glance I&#39;d probably suggest isParameterConstrained() and also isExecutableConstrained().<br><br>Rich<br><br>On Thursday, 28 February 2013, Gunnar Morling &lt;<a href="mailto:gunnar@hibernate.org">gunnar@hibernate.org</a>&gt; wrote:<br>
&gt; Hi all,<br>&gt; Hardy and I were wondering whether the method name ExecutableDescriptor#areParametersConstrained() is the best choice.<br>&gt; The name seems a bit unintuitive, when e.g. looking via auto-completion for boolean getter methods which typically start with &quot;is&quot; or &quot;has&quot;. Maybe <br>
&gt; * &quot;isParameterConstrained()&quot; (as in &quot;is constrained on at least one parameter&quot;) or <br>&gt; * &quot;hasConstrainedParameters()&quot; would be better alternatives?<br>&gt;<br>&gt; The latter would also nicely match with BeanDescriptor#hasConstrainedExecutables().<br>
&gt; WDYT?<br>&gt; --Gunnar<br>&gt;