Is it possible to use spring-auto-restdocs with Swagger/SpringFox, swagger2markup?
I'd like to: - Use Swagger/SpringFox to provide the test area BUT then I want the examples in that UI to be similar to what - spring-restdoc does to provide the sample code snippets AND - Use spring-auto-restdocs to get the documentation from POJO that represents your JSON object, by just adding Javadoc to the fields and not the swagger annotations