DOC

com.thesubgraph.safenet : safenet

Maven & Gradle

May 20, 2024
4 stars

safenet · SafeNet is a library engineered to streamline the configuration of the network layer and dependency injection in your projects. It leverages annotations to automatically furnish essential components such as repositories, API services, and use cases. This eliminates the need for manual setup using @Module and @Provides annotations, thereby simplifying the process of establishing the Network Layer and Dependency Injection for network layer.

Table Of Contents

Latest Version

Download com.thesubgraph.safenet : safenet Javadoc & API Documentation - Latest Versions:

All Versions

Download com.thesubgraph.safenet : safenet Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.0.x

How to open Javadoc JAR file in web browser

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