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 jddd-core-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.jddd.core.types
├─ org.jddd.core.types.AggregateRoot.class - [JAR]
├─ org.jddd.core.types.Association.class - [JAR]
├─ org.jddd.core.types.Entity.class - [JAR]
├─ org.jddd.core.types.Identifiable.class - [JAR]
├─ org.jddd.core.types.Identifier.class - [JAR]
org.jddd.core.annotation
├─ org.jddd.core.annotation.AggregateRoot.class - [JAR]
├─ org.jddd.core.annotation.Entity.class - [JAR]
├─ org.jddd.core.annotation.Factory.class - [JAR]
├─ org.jddd.core.annotation.Repository.class - [JAR]
├─ org.jddd.core.annotation.Service.class - [JAR]
├─ org.jddd.core.annotation.ValueObject.class - [JAR]