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