I have a set of Java classes annotated with RESTEasy annotations. I want to create a JavaDoc, such as HTML documentation, that uses an API and shows how to call an API (for example: GET URL) with the corresponding inputs and outputs (which are objects ordered in / from JSON).
Is there a tool that does this?
source share