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-spring-boot-starter-0.8.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.admin4j.framework.log.configuration
├─ com.admin4j.framework.log.configuration.SysLogAutoConfiguration.class - [JAR]
com.admin4j.framework.log.impl
├─ com.admin4j.framework.log.impl.SysLogService.class - [JAR]
com.admin4j.framework.log.annotation
├─ com.admin4j.framework.log.annotation.SysLog.class - [JAR]
com.admin4j.framework.log.aspect
├─ com.admin4j.framework.log.aspect.SysLogAspect.class - [JAR]
com.admin4j.framework.log.event
├─ com.admin4j.framework.log.event.SysLogEvent.class - [JAR]
com.admin4j.framework.log
├─ com.admin4j.framework.log.ISysLogDO.class - [JAR]
├─ com.admin4j.framework.log.ISysLogService.class - [JAR]