I'm interested in experimenting with swagger-jaxrs-doclet vs. classic Swagger annotations in my Dropwizard Java service. But, I'm having a hard time finding any examples of Javadoc extensions supported by swagger-jaxrs-doclet. Is there any guide or example available?
As an example, I've run across an example JAX-RS doclet here:
But these seem do not seem to be supported byswagger-jaxrs-doclet, although I do need the ability to specify things like its @returnWrapped.
Any guidance would be appreciated!
-JB