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 logtool-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.yuangancheng.logtool.ast
├─ com.yuangancheng.logtool.ast.ASTUtils.class - [JAR]
├─ com.yuangancheng.logtool.ast.EnableTraceLogTranslator.class - [JAR]
com.yuangancheng.logtool.annotation
├─ com.yuangancheng.logtool.annotation.EnableTraceLog.class - [JAR]
├─ com.yuangancheng.logtool.annotation.TraceLog.class - [JAR]
com.yuangancheng.logtool.enums
├─ com.yuangancheng.logtool.enums.ConstantsEnum.class - [JAR]
com.yuangancheng.logtool.processor
├─ com.yuangancheng.logtool.processor.EnableTraceLogProcessor.class - [JAR]