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 spiceit-api-0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
gg.neko.spiceit.util
├─ gg.neko.spiceit.util.Patterns.class - [JAR]
├─ gg.neko.spiceit.util.SpiceItUtils.class - [JAR]
gg.neko.spiceit.annotation
├─ gg.neko.spiceit.annotation.LogIt.class - [JAR]
├─ gg.neko.spiceit.annotation.TimeIt.class - [JAR]
gg.neko.spiceit.enumeration
├─ gg.neko.spiceit.enumeration.LogLevel.class - [JAR]
gg.neko.spiceit.exception
├─ gg.neko.spiceit.exception.SpiceItException.class - [JAR]