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 duration-profiler-0.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.chunfulandu.duration
├─ com.chunfulandu.duration.DurationProfiler.class - [JAR]
com.chunfulandu.duration.annotation.resolver
├─ com.chunfulandu.duration.annotation.resolver.ProfilerResolver.class - [JAR]
com.chunfulandu.duration.intercept
├─ com.chunfulandu.duration.intercept.DurationMethodIntercepter.class - [JAR]
com.chunfulandu.duration.annotation
├─ com.chunfulandu.duration.annotation.Profiler.class - [JAR]
├─ com.chunfulandu.duration.annotation.RootProfiler.class - [JAR]