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 log-cat-spring-boot-starter-1.0.3-sb3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
fun.tusi.log.aspect
├─ fun.tusi.log.aspect.LogCatAspect.class - [JAR]
fun.tusi.log.annotation
├─ fun.tusi.log.annotation.LogCat.class - [JAR]
fun.tusi.log.event
├─ fun.tusi.log.event.LogCatService.class - [JAR]
├─ fun.tusi.log.event.RequestInfo.class - [JAR]
fun.tusi.log.config
├─ fun.tusi.log.config.LogCatConfiguration.class - [JAR]
├─ fun.tusi.log.config.LogCatProperties.class - [JAR]