DOC

io.github.mayconcardoso : boilerplate-generator

Maven & Gradle

Apr 07, 2023
14 stars

boilerplate-generator · This is only a personal implementation of MVVM architecture that makes your life easier by helping you to keep your screen components independently. It also has a concept of "interaction" defining exactly what the user can do on your screen turning the testing process extremely easier, once now you are able to test the "state" of your app.

Table Of Contents

Latest Version

Download io.github.mayconcardoso : boilerplate-generator Javadoc & API Documentation - Latest Versions:

All Versions

Download io.github.mayconcardoso : boilerplate-generator Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
3.0.x

How to open Javadoc JAR file in web browser

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