jar

com.github.stephanenicolas.afterburner : afterburner-library

Maven & Gradle

Aug 30, 2014
5 usages
73 stars

Afterburner Library · A library to help other librairies getting rid of boiler plate via byte code manipulation. Works on Android too.

Table Of Contents

Latest Version

Download com.github.stephanenicolas.afterburner : afterburner-library JAR file - Latest Versions:

All Versions

Download com.github.stephanenicolas.afterburner : afterburner-library JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window afterburner-library-1.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.stephanenicolas.afterburner

├─ com.github.stephanenicolas.afterburner.AfterBurner.class - [JAR]

├─ com.github.stephanenicolas.afterburner.InsertableConstructorBuilder.class - [JAR]

├─ com.github.stephanenicolas.afterburner.InsertableMethodBuilder.class - [JAR]

com.github.stephanenicolas.afterburner.inserts

├─ com.github.stephanenicolas.afterburner.inserts.CtMethodJavaWriter.class - [JAR]

├─ com.github.stephanenicolas.afterburner.inserts.Insertable.class - [JAR]

├─ com.github.stephanenicolas.afterburner.inserts.InsertableConstructor.class - [JAR]

├─ com.github.stephanenicolas.afterburner.inserts.InsertableMethod.class - [JAR]

├─ com.github.stephanenicolas.afterburner.inserts.SimpleInsertableConstructor.class - [JAR]

├─ com.github.stephanenicolas.afterburner.inserts.SimpleInsertableMethod.class - [JAR]

com.github.stephanenicolas.afterburner.exception

├─ com.github.stephanenicolas.afterburner.exception.AfterBurnerImpossibleException.class - [JAR]

Advertisement