I would like to find a way to generate nice REST API documentation out of java code (WADL or HTML) - based on JAXB, JAX-RS annotations and java doc comments (no doclet please).
Here is my project environment
- Spring, no XML only annotations
- Rest-easy as REST provider
- JAXB and JAX-RS annotations
- Mime Type for rest API in JSON