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 java-allocation-instrumenter-3.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.google.monitoring.runtime.instrumentation
├─ com.google.monitoring.runtime.instrumentation.AllocationClassAdapter.class - [JAR]
├─ com.google.monitoring.runtime.instrumentation.AllocationInstrumenter.class - [JAR]
├─ com.google.monitoring.runtime.instrumentation.AllocationMethodAdapter.class - [JAR]
├─ com.google.monitoring.runtime.instrumentation.AllocationRecorder.class - [JAR]
├─ com.google.monitoring.runtime.instrumentation.BoundedMap.class - [JAR]
├─ com.google.monitoring.runtime.instrumentation.ConstructorCallback.class - [JAR]
├─ com.google.monitoring.runtime.instrumentation.ConstructorInstrumenter.class - [JAR]
├─ com.google.monitoring.runtime.instrumentation.Sampler.class - [JAR]
├─ com.google.monitoring.runtime.instrumentation.StaticClassWriter.class - [JAR]
├─ com.google.monitoring.runtime.instrumentation.VerifyingClassAdapter.class - [JAR]