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 flowable5-compatibility-7.0.0.M2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.flowable.compatibility
├─ org.flowable.compatibility.DefaultFlowable5CompatibilityHandler.class - [JAR]
├─ org.flowable.compatibility.DefaultProcessEngineFactory.class - [JAR]
org.flowable.compatibility.wrapper
├─ org.flowable.compatibility.wrapper.Flowable5AttachmentWrapper.class - [JAR]
├─ org.flowable.compatibility.wrapper.Flowable5CommentWrapper.class - [JAR]
├─ org.flowable.compatibility.wrapper.Flowable5DeploymentWrapper.class - [JAR]
├─ org.flowable.compatibility.wrapper.Flowable5ProcessInstanceWrapper.class - [JAR]
├─ org.flowable.compatibility.wrapper.Flowable5TaskFormDataWrapper.class - [JAR]
├─ org.flowable.compatibility.wrapper.Flowable5TaskWrapper.class - [JAR]