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 anylog-spi-1.0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.jobop.anylog.spi
├─ com.github.jobop.anylog.spi.TransformDescriptor.class - [JAR]
├─ com.github.jobop.anylog.spi.TransformHandler.class - [JAR]
com.github.jobop.anylog.spi.impl
├─ com.github.jobop.anylog.spi.impl.LineLogTransformDescriptor.class - [JAR]
├─ com.github.jobop.anylog.spi.impl.LineLogTransformHandler.class - [JAR]
├─ com.github.jobop.anylog.spi.impl.NoTransformHandler.class - [JAR]
├─ com.github.jobop.anylog.spi.impl.TraceExceptionTransformDescriptor.class - [JAR]
├─ com.github.jobop.anylog.spi.impl.TraceExceptionTransformHandler.class - [JAR]
com.github.jobop.anylog.spi.annotations
├─ com.github.jobop.anylog.spi.annotations.SpiDesc.class - [JAR]