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 speed-spigot-plugin-0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.yom667.reflect
├─ io.github.yom667.reflect.MPTPlugin.class - [JAR]
├─ io.github.yom667.reflect.MPTPluginBuilder.class - [JAR]
io.github.yom667.annotation
├─ io.github.yom667.annotation.Commands.class - [JAR]
├─ io.github.yom667.annotation.Events.class - [JAR]
io.github.yom667.commands
├─ io.github.yom667.commands.CommandManager.class - [JAR]
io.github.yom667.util
├─ io.github.yom667.util.LoggerUtil.class - [JAR]
io.github.yom667.event
├─ io.github.yom667.event.EventManager.class - [JAR]
io.github.yom667.exception
├─ io.github.yom667.exception.ClassNotSpecifiedType.class - [JAR]