DOC

org.multiverse : multiverse-scala

Maven & Gradle

May 26, 2010

Multiverse Scala Integration · Scala classes to allow more elegant use of Multiverse from Scala. Atm the functionality is quite limited since not a lot of effort was put in the Scala integration. For the 0.6 release Multiverse should be able to work with in Scala written transactional objects configured with the Multiverse annotations. So that would reduce the need for this library, although in Scala they want to have special Scala 'interfaces' that provide some syntactic sugar to use java collections in Scala. So this module would be the good location for that. If anyone would like to help improving the Multiverse/Scala integration, please don't hesitate to join.

Table Of Contents

Latest Version

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

All Versions

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

Version Size Javadoc Updated
0.5.x
0.5

How to open Javadoc JAR file in web browser

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