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 event-sourcing-lib-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.yasiekz.event.sourcing
├─ io.github.yasiekz.event.sourcing.AggregateLoader.class - [JAR]
├─ io.github.yasiekz.event.sourcing.AggregateSaver.class - [JAR]
├─ io.github.yasiekz.event.sourcing.Event.class - [JAR]
├─ io.github.yasiekz.event.sourcing.EventSourcedAggregate.class - [JAR]
├─ io.github.yasiekz.event.sourcing.EventSourcedAggregateNotFoundException.class - [JAR]
├─ io.github.yasiekz.event.sourcing.EventSourcedRepository.class - [JAR]
├─ io.github.yasiekz.event.sourcing.EventsForAggregateNotFoundException.class - [JAR]
io.github.yasiekz.event.sourcing.store
├─ io.github.yasiekz.event.sourcing.store.EventStore.class - [JAR]
├─ io.github.yasiekz.event.sourcing.store.EventStoringException.class - [JAR]