DOC

com.maxifier.mxcache : mxcache-asm

Maven & Gradle

Oct 16, 2019
4 usages
2 stars

MxCache asm · A repackage of ASM byte code manipulation library with some fixes from 3.3. All classes put into com.maxifier.mxcache.asm package. (It was done because different versions ASM are incompatible) The repackaging is done via maven-shade-plugin. This project is located in MxCache repository but it is not liked with its parent project as IDEA doesn't perform well when used with shade plugin.

Table Of Contents

Latest Version

Download com.maxifier.mxcache : mxcache-asm Javadoc & API Documentation - Latest Versions:

All Versions

Download com.maxifier.mxcache : mxcache-asm Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
7.1
5.0

How to open Javadoc JAR file in web browser

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

Advertisement