Skip to content

i-Cell-Mobilsoft-Open-Source/openapi-jaxb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenApi jaxb Plugin

GitHub Compile workflow status in master branch Maven central version of Parent pom project License of Parent pom project Supported JVM Versions

Openapi XJC plugin. When generating java code from xsd, this plugin annotates the generated classes with the proper OpenAPI annotations.

1. Maven central

This plugin is available in maven central as:

    <dependency>
        <groupId>hu.icellmobilsoft.jaxb</groupId>
        <artifactId>openapi-jaxb-plugin</artifactId>
        <version>${version}</version>
    </dependency>

2. Description