DOC

org.ujoframework : ujo-core

Maven & Gradle

Feb 02, 2016
1 usages

ujo-core · Ujorm is an open source small Java library providing non-traditional object architecture different from JavaBeans, where each property has its own static object.

Table Of Contents

Latest Version

Download org.ujoframework : ujo-core Javadoc & API Documentation - Latest Versions:

All Versions

Download org.ujoframework : ujo-core Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.22
1.21
1.20
1.10
1.00
0.94
0.93
0.92
0.91
0.90
0.85.x

How to open Javadoc JAR file in web browser

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