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 applifecycle-agp-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
me.bytebeats.applifecycle.agp.util
├─ me.bytebeats.applifecycle.agp.util.Configs.class - [JAR]
├─ me.bytebeats.applifecycle.agp.util.ProxyScanner.class - [JAR]
me.bytebeats.applifecycle.agp
├─ me.bytebeats.applifecycle.agp.ApplicationLifecyclePlugin.class - [JAR]
├─ me.bytebeats.applifecycle.agp.ApplicationLifecycleTransform.class - [JAR]
me.bytebeats.applifecycle.agp.asm
├─ me.bytebeats.applifecycle.agp.asm.AddAppLifecycleCallbackAdapter.class - [JAR]
├─ me.bytebeats.applifecycle.agp.asm.AppLifecycleCallbackManagerClassVisitor.class - [JAR]
├─ me.bytebeats.applifecycle.agp.asm.ApplicationLifecycleCallbackInjector.class - [JAR]