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 tio-boot-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.litongjava.tio.boot.constatns
├─ com.litongjava.tio.boot.constatns.ConfigKeyConstants.class - [JAR]
com.litongjava.tio.boot
├─ com.litongjava.tio.boot.TioApplication.class - [JAR]
com.litongjava.tio.boot.annotation
├─ com.litongjava.tio.boot.annotation.AliasFor.class - [JAR]
├─ com.litongjava.tio.boot.annotation.Bean.class - [JAR]
├─ com.litongjava.tio.boot.annotation.Component.class - [JAR]
├─ com.litongjava.tio.boot.annotation.ComponentScan.class - [JAR]
├─ com.litongjava.tio.boot.annotation.Configuration.class - [JAR]
├─ com.litongjava.tio.boot.annotation.Controller.class - [JAR]
├─ com.litongjava.tio.boot.annotation.Indexed.class - [JAR]
├─ com.litongjava.tio.boot.annotation.Init.class - [JAR]
├─ com.litongjava.tio.boot.annotation.Repository.class - [JAR]
├─ com.litongjava.tio.boot.annotation.Service.class - [JAR]
com.litongjava.tio.boot.context
├─ com.litongjava.tio.boot.context.ApplicationContext.class - [JAR]
├─ com.litongjava.tio.boot.context.BeanProcess.class - [JAR]
├─ com.litongjava.tio.boot.context.Context.class - [JAR]
com.litongjava.tio.boot.scaner
├─ com.litongjava.tio.boot.scaner.ComponentScanner.class - [JAR]