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 bot-context-simple-0.0.69.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
dev.struchkov.godfather.simple.context.service
├─ dev.struchkov.godfather.simple.context.service.Accessibility.class - [JAR]
├─ dev.struchkov.godfather.simple.context.service.ErrorHandler.class - [JAR]
├─ dev.struchkov.godfather.simple.context.service.EventDispatching.class - [JAR]
├─ dev.struchkov.godfather.simple.context.service.EventHandler.class - [JAR]
├─ dev.struchkov.godfather.simple.context.service.Modifiable.class - [JAR]
├─ dev.struchkov.godfather.simple.context.service.Sending.class - [JAR]
├─ dev.struchkov.godfather.simple.context.service.SendingService.class - [JAR]
├─ dev.struchkov.godfather.simple.context.service.UnitPointerService.class - [JAR]
dev.struchkov.godfather.simple.context.repository
├─ dev.struchkov.godfather.simple.context.repository.StorylineContext.class - [JAR]
├─ dev.struchkov.godfather.simple.context.repository.StorylineHistoryRepository.class - [JAR]
├─ dev.struchkov.godfather.simple.context.repository.UnitPointerRepository.class - [JAR]