<div dir="ltr"><div class="gmail_extra">2013/1/18 Hardy Ferentschik <span dir="ltr">&lt;<a href="mailto:hardy@hibernate.org" target="_blank">hardy@hibernate.org</a>&gt;</span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div id=":1se">I don&#39;t even use annotation I can do something like (just listing the parameter):<br>
<br>
&lt;parameter type=&quot;long&quot;/&gt;</div></blockquote><div><br></div><div style>Yes, you would do it like this.</div><div style><br></div><div style>If the parameter has constraint annotations and ignore-annotations is true on a superior level, this would remove any existing constraints from this parameter, though. If that&#39;s not wanted, you&#39;d have to specify</div>
<div style><br></div><div style>&lt;parameter type=&quot;long&quot; ignore-annotations=&quot;false&quot;/&gt;</div><div style><br></div><div style>--Gunnar</div></div><br><br></div></div>