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 shell-springboot-3.5.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.wl4g.shell.springboot.annotation
├─ com.wl4g.shell.springboot.annotation.EnableShellServer.class - [JAR]
├─ com.wl4g.shell.springboot.annotation.ShellComponent.class - [JAR]
com.wl4g.shell.springboot
├─ com.wl4g.shell.springboot.EmbeddedShellServerStartup.class - [JAR]
com.wl4g.shell.springboot.config
├─ com.wl4g.shell.springboot.config.AnnotationShellHandlerRegistrar.class - [JAR]
├─ com.wl4g.shell.springboot.config.ServerShellAutoConfiguration.class - [JAR]