Is there any annotation-based documentation creator Swagger available for Vert.x? The rest of the endpoints are managed using routers, and as such, if there is any way to generate the Swagger documentation, that would be great. I went through the Java-based Java documentation maker using various annotations, but couldn't find anything for Vert.x documentation. The official wagger wag on the Git Hub also does not contain a document related to Vert.x documentation.
source share