DOC

com.github.wujiuye : asyncframework

Maven & Gradle

Mar 28, 2020
6 stars

asyncframework · asm+动态字节码实现的一个异步框架,在你的接口上添加一个@AsyncFunction注解即可让这个方法异步执行,不依赖任何第三方框架!支持异步带返回值!

Table Of Contents

Latest Version

Download com.github.wujiuye : asyncframework Javadoc & API Documentation - Latest Versions:

All Versions

Download com.github.wujiuye : asyncframework Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.2.x

How to open Javadoc JAR file in web browser

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