DOC

com.jolira : managed

Maven & Gradle

Apr 04, 2012
0 stars

Managed Singletons for Guice · A @ManageSingleton that works much like @Singleton, but can be reset to force recreation of instances. By implementing the ManagedService interface and registering it using a MultiBinder, the startup process can be manged using different run levels (much like services on the OS).

Table Of Contents

Latest Version

Download com.jolira : managed Javadoc & API Documentation - Latest Versions:

All Versions

Download com.jolira : managed Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
3.0.x

How to open Javadoc JAR file in web browser

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

Advertisement

Dependencies from Group

Apr 02, 2011
6 usages
Mar 31, 2010
5 usages
Apr 02, 2011
4 usages
Dec 18, 2011
3 usages
3 stars
Apr 04, 2012
3 usages
0 stars

Discover Dependencies