DZone
Java Zone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
  • Refcardz
  • Trend Reports
  • Webinars
  • Zones
  • |
    • Agile
    • AI
    • Big Data
    • Cloud
    • Database
    • DevOps
    • Integration
    • IoT
    • Java
    • Microservices
    • Open Source
    • Performance
    • Security
    • Web Dev
DZone > Java Zone > Enhancing JAX-RS Project Analysis With JavaDoc [Video]

Enhancing JAX-RS Project Analysis With JavaDoc [Video]

The newest improvements to the JAX-RS Analyzer include extended JavaDoc support for Swagger JSON. This guide will walk you through the implementation.

Sebastian Daschner user avatar by
Sebastian Daschner
·
Jan. 02, 17 · Java Zone · Tutorial
Like (2)
Save
Tweet
6.61K Views

Join the DZone community and get the full member experience.

Join For Free

Recently, I released version 0.12 of the JAX-RS Analyzer. As a main improvement, JavaDocs of JAX-RS resources will now be 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.

Javadoc

Published at DZone with permission of Sebastian Daschner. See the original article here.

Opinions expressed by DZone contributors are their own.

Popular on DZone

  • Common Types Of Network Security Vulnerabilities In 2022
  • Building Reactive Java Applications with Spring Framework
  • What Is High Cardinality?
  • PermGen and Metaspace

Comments

Java Partner Resources

X

ABOUT US

  • About DZone
  • Send feedback
  • Careers
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • MVB Program
  • Become a Contributor
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 600 Park Offices Drive
  • Suite 300
  • Durham, NC 27709
  • support@dzone.com
  • +1 (919) 678-0300

Let's be friends:

DZone.com is powered by 

AnswerHub logo