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 ddd-base-archetype-1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.gitee.tianhaoran.ddd.base.archetype.v2
├─ io.gitee.tianhaoran.ddd.base.archetype.v2.AggregateRoot.class - [JAR]
├─ io.gitee.tianhaoran.ddd.base.archetype.v2.Entity.class - [JAR]
├─ io.gitee.tianhaoran.ddd.base.archetype.v2.Identifier.class - [JAR]
io.gitee.tianhaoran.ddd.base.archetype
├─ io.gitee.tianhaoran.ddd.base.archetype.AbstractAggregateRoot.class - [JAR]
├─ io.gitee.tianhaoran.ddd.base.archetype.AbstractDomainMask.class - [JAR]
├─ io.gitee.tianhaoran.ddd.base.archetype.AbstractEntityId.class - [JAR]
├─ io.gitee.tianhaoran.ddd.base.archetype.DomainEvent.class - [JAR]
├─ io.gitee.tianhaoran.ddd.base.archetype.DomainRepository.class - [JAR]
├─ io.gitee.tianhaoran.ddd.base.archetype.EntityId.class - [JAR]
├─ io.gitee.tianhaoran.ddd.base.archetype.ValueObject.class - [JAR]