Hi,
I don't know what's the best place to give some feedback on BV 1.1 spec. I'm using this ML but let me know if it's the appropriate media.
I was playing with Method/Constructor validation and found this typo in §5.1.2. Methods for validating method and constructor constraints :
Method<OrderService> placeOrder = ... ; //get method object
Method doesn't have generics (Constructor has). So the code should just be :
Method placeOrder = ... ; //get method object