DOC

org.andromda.thirdparty.jaxb2_commons : default-value-plugin

Maven & Gradle

Apr 29, 2010
1 usages

JAXB2 Default Value Plugin · This is an XJC plugin to set default values in the XJC generated classes based on the default attribute to <xs:element>. Note that JAXB handles defaults for <xs:attribute> natively, so this plugin is not necessary for an attribute default. The plugin is particularly useful while generating Value Objects for a user interface from an XML schema. User interface tags such as the Struts HTML tags use reflection on bean properties to render themselves, so it is often useful to have a set of sensible defaults set in the Java Beans mapping to the user interface themselves.

Table Of Contents

Latest Version

Download org.andromda.thirdparty.jaxb2_commons : default-value-plugin Javadoc & API Documentation - Latest Versions:

All Versions

Download org.andromda.thirdparty.jaxb2_commons : default-value-plugin Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.1

How to open Javadoc JAR file in web browser

  1. Rename the file default-value-plugin-1.1-javadoc.jar to default-value-plugin-1.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder default-value-plugin-1.1-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 "default-value-plugin-1.1-sources.jar" -d "default-value-plugin-1.1-javadoc" -subpackages