DOC

com.lotaris.jee : jee-rest

Maven & Gradle

Nov 17, 2014
1 stars

JEE Rest · The REST library helps you deal with HTTP requests in a REST API. It abstracts the serialization, helps mapping errors and contains functions that make response creation easier.

Table Of Contents

Latest Version

Download com.lotaris.jee : jee-rest Javadoc & API Documentation - Latest Versions:

All Versions

Download com.lotaris.jee : jee-rest Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.3.x

How to open Javadoc JAR file in web browser

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

Advertisement