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 jsuite-log-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.scloudic.jsuite.log.aspects
├─ com.scloudic.jsuite.log.aspects.OperateLogInterceptor.class - [JAR]
com.scloudic.jsuite.log.service
├─ com.scloudic.jsuite.log.service.JsuiteLogService.class - [JAR]
com.scloudic.jsuite.log.model
├─ com.scloudic.jsuite.log.model.LogBean.class - [JAR]
com.scloudic.jsuite.log.annotation
├─ com.scloudic.jsuite.log.annotation.Log.class - [JAR]
├─ com.scloudic.jsuite.log.annotation.LogParamExclude.class - [JAR]
com.scloudic.jsuite.log.notification
├─ com.scloudic.jsuite.log.notification.OperateLogEvent.class - [JAR]
├─ com.scloudic.jsuite.log.notification.OperateLogListener.class - [JAR]