View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- 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]