<div dir="ltr"><div class="gmail_extra">2013/1/18 Hardy Ferentschik <span dir="ltr"><<a href="mailto:hardy@hibernate.org" target="_blank">hardy@hibernate.org</a>></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't even use annotation I can do something like (just listing the parameter):<br>
<br>
<parameter type="long"/></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's not wanted, you'd have to specify</div>
<div style><br></div><div style><parameter type="long" ignore-annotations="false"/></div><div style><br></div><div style>--Gunnar</div></div><br><br></div></div>