DOC

net.wetheinter : xapi-jre-reflect

Maven & Gradle

Apr 13, 2013
5 usages
33 stars

XApi - Jre Reflection and Classpath Scanning · This module contains a classpath scanner, and bytecode reader. It is useful in any java runtime environment, and allows java code to parse bytecode into a meta structure of classes, annotations, methods and fields. This meta structure is used throughout xapi to allow us to extend java structures in a cross-platform compliant way (exposing services and service objects so you can hack support for whatever runtime you need). It is especially useful for fast runtime injection, and as an extensible structure during codegen (which exposes mutable interfaces for our meta structure)

Table Of Contents

Latest Version

Download net.wetheinter : xapi-jre-reflect Javadoc & API Documentation - Latest Versions:

All Versions

Download net.wetheinter : xapi-jre-reflect Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.3

How to open Javadoc JAR file in web browser

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