DOC

org.multiverse : multiverse-alpha-unborn

Maven & Gradle

Feb 15, 2011

Alpha Multiverse STM engine: Unborn · Contains the main Multiverse STM Implementation: the Alpha Engine. The Alpha engine supports readonly and update transactions. It also supports the retry/or else mechanism. This not the jar you want to have in your final distribution because it isn't instrumented (hence the name unborn). The jar you eventually want to have in your distribution is the multiverse-alpha jar. What this package does, is test the instrumentation for the Javaagent. The compiletime instrumentation is tested in the multiverse-alpha package (where all tests are copied and reexecuted but now with compiletime instrumentation).

Table Of Contents

Latest Version

Download org.multiverse : multiverse-alpha-unborn Javadoc & API Documentation - Latest Versions:

All Versions

Download org.multiverse : multiverse-alpha-unborn Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.6.x
0.6
0.5.x
0.5

How to open Javadoc JAR file in web browser

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

Advertisement