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 kotlinbukkitkit-genref-1.0.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
tech.carcadex.kotlinbukkitkit.genref.plugin
├─ tech.carcadex.kotlinbukkitkit.genref.plugin.PluginVisitor.class - [JAR]
├─ tech.carcadex.kotlinbukkitkit.genref.plugin.PluginVisitorKt.class - [JAR]
tech.carcadex.kotlinbukkitkit.genref.processor
├─ tech.carcadex.kotlinbukkitkit.genref.processor.GenRefProcessor.class - [JAR]
├─ tech.carcadex.kotlinbukkitkit.genref.processor.ProcessorProvider.class - [JAR]
tech.carcadex.kotlinbukkitkit.genref.plugin.annotations
├─ tech.carcadex.kotlinbukkitkit.genref.plugin.annotations.OnDisable.class - [JAR]
├─ tech.carcadex.kotlinbukkitkit.genref.plugin.annotations.Plugin.class - [JAR]