jaxrs-analyzer-maven-plugin
jaxrs-analyzer-maven-plugin copied to clipboard
Support generation of description in the swagger
This is a great plugin, but noticed description of the service is missing in the generated swagger.json. We have a home grown code that we are currently using, but wanted to check what your library would offer. There are 2 things missing in your library that we currently have in our source:
-
Ability to instruct the tool to generate swagger only for specified URIs. We do this by passing a file with URIs that needs to go in the generated swagger file.
-
We pick up description for the service methods in the swagger by picking them up from the java doc.
It would be great if you tool could support these features.
Any news about descriptions?