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 os-common-log-0.8.9.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.onestop.common.log.annotation
├─ com.onestop.common.log.annotation.OsLog.class - [JAR]
com.onestop.common.log.mapper
├─ com.onestop.common.log.mapper.BizLogMapper.class - [JAR]
com.onestop.common.log.service.impl
├─ com.onestop.common.log.service.impl.BizLogServiceImpl.class - [JAR]
com.onestop.common.log.model.entity
├─ com.onestop.common.log.model.entity.BizLog.class - [JAR]
com.onestop.common.log.constant
├─ com.onestop.common.log.constant.OsLogConsts.class - [JAR]
com.onestop.common.log.service
├─ com.onestop.common.log.service.IBizLogService.class - [JAR]
com.onestop.common.log.aspect
├─ com.onestop.common.log.aspect.OsBizLogAspect.class - [JAR]