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