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 service-changes-1.7.1.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.github.foxnic.web.changes.handler
├─ org.github.foxnic.web.changes.handler.ChangesResponseListener.class - [JAR]
├─ org.github.foxnic.web.changes.handler.ExampleOrderChangesHandler.class - [JAR]
org.github.foxnic.web.changes.service.approval
├─ org.github.foxnic.web.changes.service.approval.BpmApproval.class - [JAR]
├─ org.github.foxnic.web.changes.service.approval.SimpleApproval.class - [JAR]
org.github.foxnic.web.changes.service.impl
├─ org.github.foxnic.web.changes.service.impl.ChangeApproverServiceImpl.class - [JAR]
├─ org.github.foxnic.web.changes.service.impl.ChangeBillServiceImpl.class - [JAR]
├─ org.github.foxnic.web.changes.service.impl.ChangeDataServiceImpl.class - [JAR]
├─ org.github.foxnic.web.changes.service.impl.ChangeDefinitionServiceImpl.class - [JAR]
├─ org.github.foxnic.web.changes.service.impl.ChangeEventServiceImpl.class - [JAR]
├─ org.github.foxnic.web.changes.service.impl.ChangeInstanceServiceImpl.class - [JAR]
├─ org.github.foxnic.web.changes.service.impl.ExampleOrderItemServiceImpl.class - [JAR]
├─ org.github.foxnic.web.changes.service.impl.ExampleOrderServiceImpl.class - [JAR]
org.github.foxnic.web.changes.service
├─ org.github.foxnic.web.changes.service.IApproval.class - [JAR]
├─ org.github.foxnic.web.changes.service.IChangeApproverService.class - [JAR]
├─ org.github.foxnic.web.changes.service.IChangeBillService.class - [JAR]
├─ org.github.foxnic.web.changes.service.IChangeDataService.class - [JAR]
├─ org.github.foxnic.web.changes.service.IChangeDefinitionService.class - [JAR]
├─ org.github.foxnic.web.changes.service.IChangeEventService.class - [JAR]
├─ org.github.foxnic.web.changes.service.IChangeInstanceService.class - [JAR]
├─ org.github.foxnic.web.changes.service.IExampleOrderItemService.class - [JAR]
├─ org.github.foxnic.web.changes.service.IExampleOrderService.class - [JAR]
org.github.foxnic.web.changes.controller
├─ org.github.foxnic.web.changes.controller.ChangeApproverController.class - [JAR]
├─ org.github.foxnic.web.changes.controller.ChangeBillController.class - [JAR]
├─ org.github.foxnic.web.changes.controller.ChangeDataController.class - [JAR]
├─ org.github.foxnic.web.changes.controller.ChangeDefinitionController.class - [JAR]
├─ org.github.foxnic.web.changes.controller.ChangeEventController.class - [JAR]
├─ org.github.foxnic.web.changes.controller.ChangeInstanceController.class - [JAR]
├─ org.github.foxnic.web.changes.controller.ExampleOrderController.class - [JAR]
├─ org.github.foxnic.web.changes.controller.ExampleOrderItemController.class - [JAR]