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 appframework-spring-boot-starter-1.0.12.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.larksuite.appframework.spring.boot
├─ com.larksuite.appframework.spring.boot.AppframeworkAutoConfiguration.class - [JAR]
├─ com.larksuite.appframework.spring.boot.AppframeworkProperties.class - [JAR]
├─ com.larksuite.appframework.spring.boot.EventListenerScanner.class - [JAR]
├─ com.larksuite.appframework.spring.boot.LarkNotifyReceiver.class - [JAR]
com.larksuite.appframework.spring.boot.annotation
├─ com.larksuite.appframework.spring.boot.annotation.CardAction.class - [JAR]
├─ com.larksuite.appframework.spring.boot.annotation.Handler.class - [JAR]
├─ com.larksuite.appframework.spring.boot.annotation.LarkEventHandlers.class - [JAR]