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 activiti-task-model-api-impl-7.0.0.Beta1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.activiti.runtime.conf
├─ org.activiti.runtime.conf.TaskModelAutoConfiguration.class - [JAR]
org.activiti.runtime.api.model.impl
├─ org.activiti.runtime.api.model.impl.TaskCandidateGroupImpl.class - [JAR]
├─ org.activiti.runtime.api.model.impl.TaskCandidateImpl.class - [JAR]
├─ org.activiti.runtime.api.model.impl.TaskCandidateUserImpl.class - [JAR]
├─ org.activiti.runtime.api.model.impl.TaskImpl.class - [JAR]