sebastiandaschner blog


Enhancing JAX-RS project analysis with JavaDoc (Video)

#jaxrsanalyzer monday, december 19, 2016

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.

The Maven plugin usage is updated to:

<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>
            </configuration>
        </execution>
    </executions>
</plugin>

I have uploaded a video in which I show how to make use of the JavaDoc analysis.

Please note: Unlike in the video, the correct version is 0.12.

Have a look at the current version.

 

Found the post useful? Subscribe to my newsletter for more free content, tips and tricks on IT & Java: