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 littcore-log-3.2.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.littcore.module.interceptor
├─ com.littcore.module.interceptor.FuncInterceptor.class - [JAR]
├─ com.littcore.module.interceptor.OpLogInterceptor.class - [JAR]
├─ com.littcore.module.interceptor.PermissionInterceptor.class - [JAR]
com.littcore.module.annotation
├─ com.littcore.module.annotation.Func.class - [JAR]
├─ com.littcore.module.annotation.Permission.class - [JAR]
com.littcore.log.impl
├─ com.littcore.log.impl.JDBCAppender.class - [JAR]
com.littcore.log
├─ com.littcore.log.Appender.class - [JAR]
├─ com.littcore.log.FuncType.class - [JAR]
├─ com.littcore.log.OpLogVo.class - [JAR]