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 common-domain-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.t3t5u.common.domain
├─ com.github.t3t5u.common.domain.AbstractEntity.class - [JAR]
├─ com.github.t3t5u.common.domain.AbstractIdentity.class - [JAR]
├─ com.github.t3t5u.common.domain.AbstractSpecification.class - [JAR]
├─ com.github.t3t5u.common.domain.AbstractValueObject.class - [JAR]
├─ com.github.t3t5u.common.domain.Entity.class - [JAR]
├─ com.github.t3t5u.common.domain.Identity.class - [JAR]
├─ com.github.t3t5u.common.domain.Inspector.class - [JAR]
├─ com.github.t3t5u.common.domain.Properties.class - [JAR]
├─ com.github.t3t5u.common.domain.Property.class - [JAR]
├─ com.github.t3t5u.common.domain.Specification.class - [JAR]
├─ com.github.t3t5u.common.domain.Transformer.class - [JAR]
├─ com.github.t3t5u.common.domain.ValueObject.class - [JAR]
├─ com.github.t3t5u.common.domain.Visitor.class - [JAR]