Generate doc from @RequestMapping

Posted by Kristian on Stack Overflow See other posts from Stack Overflow or by Kristian
Published on 2010-04-29T07:41:26Z Indexed on 2010/04/29 7:47 UTC
Read the original article Hit count: 209

Does anyone know of any tool (like javadoc) to generate documentation from my @RequestMapping? I.e. to get a list of URLs with parameters and response data. It would be great if it would come as a maven plugin.

© Stack Overflow or respective owner

Related posts about spring-mvc

Related posts about rest