<div dir="ltr">But isn&#39;t this is the same with putting a real annotation to a getter? At least as long as we don&#39;t have something like @ValidateOnCall in BV (for which we then again would need a way for specifying in XML I guess).<div>
<br></div><div>Maybe it&#39;s a good idea to wait with the XML stuff for the getter work being finished.</div><div><br></div><div style>--Gunnar</div><div style><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
2013/1/18 Emmanuel Bernard <span dir="ltr">&lt;<a href="mailto:emmanuel@hibernate.org" target="_blank">emmanuel@hibernate.org</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
What concerns me is that with this situation, the &lt;method /&gt; approach<br>
would lead to constraints being applied on the property when validating<br>
the bean.<br>
So either way, there is an awkward model.<br>
<div class="HOEnZb"><div class="h5"><br>
On Fri 2013-01-18 16:28, Gunnar Morling wrote:<br>
&gt; 2013/1/18 Emmanuel Bernard &lt;<a href="mailto:emmanuel@hibernate.org">emmanuel@hibernate.org</a>&gt;<br>
&gt;<br>
&gt; &gt; Do you think it makes sense to force people to always use getter for<br>
&gt; &gt; getters? My only concern is that it might feel awkward for what I call<br>
&gt; &gt; action getters that people don&#39;t consider getters.<br>
&gt; &gt;<br>
&gt;<br>
&gt; Hum, I don&#39;t think it makes sense to enforce this. The idea is that you can<br>
&gt; chose to use either &quot;getter&quot;:<br>
&gt;<br>
&gt;     &lt;getter name=&quot;foo&quot;&gt;<br>
&gt;         &lt;valid/&gt;<br>
&gt;         &lt;constraint annotation=&quot;javax.validation.constraints.NotNull&quot;/&gt;<br>
&gt;     &lt;/getter&gt;<br>
&gt;<br>
&gt; or &quot;method&quot; (e.g. for an &quot;action getter&quot;):<br>
&gt;<br>
&gt;     &lt;method name=&quot;getFoo&quot;&gt;<br>
&gt;         &lt;return-value&gt;<br>
&gt;             &lt;valid/&gt;<br>
&gt;             &lt;constraint annotation=&quot;javax.validation.constraints.NotNull&quot;/&gt;<br>
&gt;         &lt;/return-value&gt;<br>
&gt;     &lt;/method&gt;<br>
&gt;<br>
&gt; as you like, but not both at the same time as they could conflict (similar<br>
&gt; to that you must not have two &quot;getter&quot; elements with the same name).<br>
<br>
</div></div><div class="HOEnZb"><div class="h5">&gt; _______________________________________________<br>
&gt; beanvalidation-dev mailing list<br>
&gt; <a href="mailto:beanvalidation-dev@lists.jboss.org">beanvalidation-dev@lists.jboss.org</a><br>
&gt; <a href="https://lists.jboss.org/mailman/listinfo/beanvalidation-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/beanvalidation-dev</a><br>
<br>
_______________________________________________<br>
beanvalidation-dev mailing list<br>
<a href="mailto:beanvalidation-dev@lists.jboss.org">beanvalidation-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/beanvalidation-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/beanvalidation-dev</a><br>
</div></div></blockquote></div><br></div>