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 workflow-runtime-0.17.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.squareup.workflow.internal
├─ com.squareup.workflow.internal.Behavior.class - [JAR]
├─ com.squareup.workflow.internal.LifetimeTracker.class - [JAR]
├─ com.squareup.workflow.internal.RealRenderContext.class - [JAR]
├─ com.squareup.workflow.internal.SubtreeManager.class - [JAR]
├─ com.squareup.workflow.internal.WorkersKt.class - [JAR]
├─ com.squareup.workflow.internal.WorkflowId.class - [JAR]
├─ com.squareup.workflow.internal.WorkflowIdKt.class - [JAR]
├─ com.squareup.workflow.internal.WorkflowNode.class - [JAR]
com.squareup.workflow
├─ com.squareup.workflow.WorkflowHost.class - [JAR]
├─ com.squareup.workflow.WorkflowHostKt.class - [JAR]