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 hodor-0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
info.developia.hodor.annotation
├─ info.developia.hodor.annotation.Hodor.class - [JAR]
├─ info.developia.hodor.annotation.HoldTheDoor.class - [JAR]
info.developia.hodor
├─ info.developia.hodor.Hodor.class - [JAR]
├─ info.developia.hodor.HodorException.class - [JAR]
info.developia.hodor.processor
├─ info.developia.hodor.processor.HodorProcessor.class - [JAR]