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 ea-ddd-building-blocks-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
info.earty.domain.model
├─ info.earty.domain.model.Aggregate.class - [JAR]
├─ info.earty.domain.model.AggregateEventSubscriber.class - [JAR]
├─ info.earty.domain.model.AggregateId.class - [JAR]
├─ info.earty.domain.model.BasicRepository.class - [JAR]
├─ info.earty.domain.model.DomainEvent.class - [JAR]
├─ info.earty.domain.model.DomainEventPublisher.class - [JAR]
├─ info.earty.domain.model.DomainEventSubscriber.class - [JAR]
├─ info.earty.domain.model.EventTypeSubscriber.class - [JAR]
├─ info.earty.domain.model.PartnerAggregateId.class - [JAR]