Hi all,
I have an existing rest "Spring 3.2 MVC" API, and I would like to automatize REST API documentation generation.
Swagger seems like the right tool to integrate with Spring MVC.
The question here is:
Is it possible to generate documentation, without @Api swagger annotations?
In other words, does Swagger support documentation generation, based only on Spring MVC annotations: @controller, @RequestMapping, @ResponseBody, @RequestParam, @Controller?
Thank you in advance for sharing any info,
Marouane