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 max-logger-1.1.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.tangguangdi.aop
├─ com.tangguangdi.aop.BusinessLoggerAop.class - [JAR]
├─ com.tangguangdi.aop.PointLoggerAop.class - [JAR]
├─ com.tangguangdi.aop.SystemLoggerAop.class - [JAR]
com.tangguangdi.properties
├─ com.tangguangdi.properties.LoggerProperties.class - [JAR]
com.tangguangdi.config
├─ com.tangguangdi.config.LoggerAutoConfiguration.class - [JAR]
com.tangguangdi.annotation
├─ com.tangguangdi.annotation.BusinessLogger.class - [JAR]
├─ com.tangguangdi.annotation.PointLogger.class - [JAR]
├─ com.tangguangdi.annotation.SystemLogger.class - [JAR]
com.tangguangdi.util
├─ com.tangguangdi.util.AopInfoUtil.class - [JAR]