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 plugin-framework-0.9.8.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.srujankujmar.plugin.framework.annotation
├─ com.github.srujankujmar.plugin.framework.annotation.ManifestPlugin.class - [JAR]
com.github.srujankujmar.plugin.framework.models
├─ com.github.srujankujmar.plugin.framework.models.ManifestMeta.class - [JAR]
├─ com.github.srujankujmar.plugin.framework.models.ManifestSnippet.class - [JAR]
com.github.srujankujmar.plugin.framework.util
├─ com.github.srujankujmar.plugin.framework.util.GsonSnippetConvertor.class - [JAR]
├─ com.github.srujankujmar.plugin.framework.util.JsonSnippetConvertor.class - [JAR]
com.github.srujankujmar.plugin.framework.handler
├─ com.github.srujankujmar.plugin.framework.handler.ManifestHandler.class - [JAR]