<div dir="ltr">Hi,<div><br></div><div>I don&#39;t know what&#39;s the best place to give some feedback on BV 1.1 spec. I&#39;m using this ML but let me know if it&#39;s the appropriate media. </div><div><br></div><div style>
I was playing with Method/Constructor validation and found this typo in §5.1.2. Methods for validating method and constructor constraints :</div><div style><br></div><div style><pre class="" style="font-size:14px;padding:5px;border:1px solid rgb(204,204,204);background-color:rgb(244,244,244);width:auto;color:rgb(0,0,0)">
Method&lt;OrderService&gt; placeOrder = ... ; //get method object</pre></div><div><br></div><div style>Method doesn&#39;t have generics (Constructor has). So the code should just be :</div><div style><br></div><div style>
<pre class="" style="font-size:14px;padding:5px;border:1px solid rgb(204,204,204);background-color:rgb(244,244,244);width:auto;color:rgb(0,0,0)">Method placeOrder = ... ; //get method object</pre></div><div style><br></div>
<div><br><div class="gmail_extra">-- <br>Antonio Goncalves <br>Software architect and Java Champion<br><br><a href="http://www.antoniogoncalves.org/" target="_blank">Web site</a> | <a href="http://twitter.com/agoncal" target="_blank">Twitter</a> | <a href="http://www.linkedin.com/in/agoncal" target="_blank">LinkedIn</a> | <a href="http://www.parisjug.org/" target="_blank">Paris JUG</a> | <a href="http://www.devoxx.fr/" target="_blank">Devoxx France</a>
</div></div></div>