DOC

io.github.software-hardware-codesign : jector

Maven & Gradle

Jul 26, 2023
3 stars

The Jector Framework · A Dependency Injection framework designed for JVM and Android applications with an Open-Ended API and Submit-Callback features.

Table Of Contents

Latest Version

Download io.github.software-hardware-codesign : jector Javadoc & API Documentation - Latest Versions:

All Versions

Download io.github.software-hardware-codesign : jector Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
incubator

How to open Javadoc JAR file in web browser

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