I’m looking for a tool which can document the @RequestMapping & @RequestParam annotations on a Spring MVC controller to build some kind of api which I can then give to people consuming my service. Does anyone know if such a tool is available ?
I’m looking for a tool which can document the @RequestMapping & @RequestParam annotations on
Share
Another tool is spring-doclet
https://github.com/scottfrederick/springdoclet
It’s a couple of years old but produces a nice output from your javadoc annotated files.