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 replace-plugin-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.tony.config
├─ org.tony.config.MethodNew.class - [JAR]
├─ org.tony.config.MethodOld.class - [JAR]
├─ org.tony.config.MethodPair.class - [JAR]
├─ org.tony.config.ReplaceConfig.class - [JAR]
org.tony.plugin
├─ org.tony.plugin.MethodBean.class - [JAR]
├─ org.tony.plugin.MethodReplaceClassVisitor.class - [JAR]
├─ org.tony.plugin.MethodReplaceMethodVisitor.class - [JAR]
├─ org.tony.plugin.MethodsKt.class - [JAR]
├─ org.tony.plugin.ReplaceMethodPlugin.class - [JAR]
├─ org.tony.plugin.ReplaceMethodTransform.class - [JAR]