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 autoannotator-core-0.0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.marcoeckstein.ext.javassist
├─ com.marcoeckstein.ext.javassist.JavassistExtensionsKt.class - [JAR]
com.marcoeckstein.autoannotator.core
├─ com.marcoeckstein.autoannotator.core.AutoAnnotator.class - [JAR]
├─ com.marcoeckstein.autoannotator.core.AutoAnnotatorException.class - [JAR]
├─ com.marcoeckstein.autoannotator.core.ClassAnnotator.class - [JAR]
├─ com.marcoeckstein.autoannotator.core.ConfigurationChangeException.class - [JAR]
├─ com.marcoeckstein.autoannotator.core.InconsistentNullabilityException.class - [JAR]
├─ com.marcoeckstein.autoannotator.core.MisconfigurationException.class - [JAR]
├─ com.marcoeckstein.autoannotator.core.NoClassFilesException.class - [JAR]
├─ com.marcoeckstein.autoannotator.core.PackageAnnotator.class - [JAR]