DOC

codes.rafael.jaxb-xew-plugin : jaxb-xew-plugin

Maven & Gradle

Nov 29, 2022
0 stars

JAXB @XmlElementWrapper Plugin · This JAXB plugin utilizes the power of @XmlElementWrapper annotation. Originally xjc trends to create wrapper classes which are the containers for collections. This plugin goes through all properties to find ones which can be represented in the model in more optimal way.

Table Of Contents

Latest Version

Download codes.rafael.jaxb-xew-plugin : jaxb-xew-plugin Javadoc & API Documentation - Latest Versions:

All Versions

Download codes.rafael.jaxb-xew-plugin : jaxb-xew-plugin Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file jaxb-xew-plugin-2.0.0-javadoc.jar to jaxb-xew-plugin-2.0.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder jaxb-xew-plugin-2.0.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "jaxb-xew-plugin-2.0.0-sources.jar" -d "jaxb-xew-plugin-2.0.0-javadoc" -subpackages 

Advertisement