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 kamon-play-23_2.11-0.6.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
kamon.play.action
├─ kamon.play.action.TraceName.class - [JAR]
kamon.play.instrumentation
├─ kamon.play.instrumentation.LoggerLikeInstrumentation.class - [JAR]
├─ kamon.play.instrumentation.RequestInstrumentation.class - [JAR]
├─ kamon.play.instrumentation.WSInstrumentation.class - [JAR]
kamon.play
├─ kamon.play.DefaultNameGenerator.class - [JAR]
├─ kamon.play.NameGenerator.class - [JAR]
├─ kamon.play.PlayExtension.class - [JAR]