DOC

io.scal : commandbasedarchitecture_coroutine

Maven & Gradle

Nov 23, 2021
6 stars

Command Based Architecture for Android · Command Based Architecture for simple synchronization logic. Description is here: https://github.com/scalio/command-based-architecture

Table Of Contents

Latest Version

Download io.scal : commandbasedarchitecture_coroutine Javadoc & API Documentation - Latest Versions:

How to open Javadoc JAR file in web browser

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

Advertisement