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 ganjex-spring-boot-autoconfigure-0.3-RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.behsacorp.ganjex.config
├─ com.behsacorp.ganjex.config.GanjexAutoConfiguration.class - [JAR]
├─ com.behsacorp.ganjex.config.GanjexMarkerConfiguration.class - [JAR]
├─ com.behsacorp.ganjex.config.GanjexProperties.class - [JAR]
com.behsacorp.ganjex
├─ com.behsacorp.ganjex.EnableGanjexContainer.class - [JAR]
├─ com.behsacorp.ganjex.GanjexHook.class - [JAR]