I have a set of Java classes that are annotated with RESTEasy annotations. What I want is to generate JavaDoc like HTML documentation that takes my API interface and shows how to call the API (eg: GET URL) with appropriate inputs and outputs (which are Objects marshalled to/from JSON).
Is there a tool that exists that does this?