You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- To extend support for spring technologies other than http://docs.spring.io/spring/docs/current/spring-framework-reference/html/mvc.html[spring webmvc]
19
+
20
+
- Philosophically, we want to discourage using (swagger-core) annotations that are not material to the
21
+
service description at runtime. For e.g. the jackson annotations should always trump or have more weight than
22
+
`@ApiModelProperty` or for e.g. `@NotNull` or specifying @RequestParam#required should always win. Annotations are to
23
+
to be used only to supplement documentation or override/tweak the resulting spec in cases where its not possible to
0 commit comments