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 collector-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.xie.collector.annotation
├─ com.github.xie.collector.annotation.Log.class - [JAR]
├─ com.github.xie.collector.annotation.Operator.class - [JAR]
├─ com.github.xie.collector.annotation.OperatorData.class - [JAR]
com.github.xie.collector.handler
├─ com.github.xie.collector.handler.EmptyLogHandler.class - [JAR]
├─ com.github.xie.collector.handler.LogHandler.class - [JAR]
com.github.xie.collector.properties
├─ com.github.xie.collector.properties.CollectorProperties.class - [JAR]
com.github.xie.collector.configuration
├─ com.github.xie.collector.configuration.CollectorConfiguration.class - [JAR]
com.github.xie.collector.aspect
├─ com.github.xie.collector.aspect.CollectorAspect.class - [JAR]