DOC

org.codehaus.modello : modello

Maven & Gradle

Jun 07, 2023
10 stars

Modello · Modello is a framework for code generation from a simple model. Modello generates code from a simple model format: based on a plugin architecture, various types of code and descriptors can be generated from the single model, including Java POJOs, XML/JSON/YAML marshallers/unmarshallers, XSD, JSON Schema and documentation.

Table Of Contents

Latest Version

Download org.codehaus.modello : modello Javadoc & API Documentation - Latest Versions:

All Versions

Download org.codehaus.modello : modello Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.1.x
2.0.x
1.11
1.10.x
1.9.x
1.8.x
1.8
1.7
1.6
1.5
1.4.x
1.4
1.3
1.2
1.1
1.0.x
1.0
test

How to open Javadoc JAR file in web browser

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