DOC

org.refcodes : refcodes-meta

Maven & Gradle

Dec 17, 2016

The refcodes-meta artifact is a meta artifact used for building the REFCODES.ORG artifacts (org.refcodes group) from scratch, usually used by developers. Note that the tools (a bunch of shell scripts) build around this meta artifact are not bundled with this meta artifact.

Table Of Contents

Latest Version

Download org.refcodes : refcodes-meta Javadoc & API Documentation - Latest Versions:

How to open Javadoc JAR file in web browser

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