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 dddbits-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.hschwentner.dddbits.basetype
├─ io.hschwentner.dddbits.basetype.Entity.class - [JAR]
├─ io.hschwentner.dddbits.basetype.TinyDateType.class - [JAR]
├─ io.hschwentner.dddbits.basetype.TinyStringType.class - [JAR]
├─ io.hschwentner.dddbits.basetype.TinyType.class - [JAR]
io.hschwentner.dddbits.annotation
├─ io.hschwentner.dddbits.annotation.Aggregate.class - [JAR]
├─ io.hschwentner.dddbits.annotation.AggregateRoot.class - [JAR]
├─ io.hschwentner.dddbits.annotation.ApplicationService.class - [JAR]
├─ io.hschwentner.dddbits.annotation.BoundedContext.class - [JAR]
├─ io.hschwentner.dddbits.annotation.DomainEntity.class - [JAR]
├─ io.hschwentner.dddbits.annotation.DomainEvent.class - [JAR]
├─ io.hschwentner.dddbits.annotation.DomainModule.class - [JAR]
├─ io.hschwentner.dddbits.annotation.DomainRepository.class - [JAR]
├─ io.hschwentner.dddbits.annotation.DomainService.class - [JAR]
├─ io.hschwentner.dddbits.annotation.Factory.class - [JAR]
├─ io.hschwentner.dddbits.annotation.ValueObject.class - [JAR]