DOC

io.activej : activej-di

Maven & Gradle

Jun 05, 2020
6 usages
678 stars

ActiveJ : DI · ActiveJ has an extremely lightweight DI with ground-breaking design principles. It supports nested scopes, singletons, object factories, modules and plugins which allow to transform graph of dependencies at startup time without any reflection.

Table Of Contents

Latest Version

Download io.activej : activej-di Javadoc & API Documentation - Latest Versions:

All Versions

Download io.activej : activej-di Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0

How to open Javadoc JAR file in web browser

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