I\'m using hibernate-validator 4.3.1 and Spring MVC 3.2.3.
My application has a bean with the following properties and annotations (I\'ve removed most of them to mak
if you extend your Group Interface with Default, it should take care of itself.
Like
public interface Group1 extends Default {}