wkennedy / swagger4spring-web

Swagger support for Spring MVC
89 stars 46 forks source link

ignorableAnnotations are not working #90

Open rajkumargithub opened 9 years ago

rajkumargithub commented 9 years ago

i tried to add the @valid annotations to the ignorableAnnotations list but not working.

List<String> annotationsToIgnore = new ArrayList<String>();
annotationsToIgnore.add("javax.validation.Valid");
setIgnorableAnnotations(annotationsToIgnore);