DOC

com.github.tonilopezmr : interactorexecutor

Maven & Gradle

Aug 27, 2015
26 stars

Interactor Executor · Small java library for use the Interactor(use case) and Executor for running code on a Thread Pool Thread or UI Thread. Normally this library is used for implement the Clean Architecture.

Table Of Contents

Latest Version

Download com.github.tonilopezmr : interactorexecutor Javadoc & API Documentation - Latest Versions:

All Versions

Download com.github.tonilopezmr : interactorexecutor Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.0
1.0

How to open Javadoc JAR file in web browser

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

Advertisement