Today I released version 0.12 of the JAX-RS Analyzer. As main improvement JavaDoc of JAX-RS resources will now taken into account for Swagger JSON. <plugin> <groupId>com.sebastian-daschner</groupId> <artifactId>jaxrs-analyzer-maven-plugin</artifactId> <version>0.12</version> <executions> <execution> <goals> <goal>analyze-jaxrs</goal> </goals> <configuration> <backend>swagger</backend> </configurat