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 tentackle-domain-17.13.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.tentackle.domain
├─ org.tentackle.domain.AbstractDomainObject.class - [JAR]
├─ org.tentackle.domain.AbstractDomainOperation.class - [JAR]
├─ org.tentackle.domain.DefaultDomainDelegateLinker.class - [JAR]
├─ org.tentackle.domain.package-info.class - [JAR]
org.tentackle.domain.ns
├─ org.tentackle.domain.ns.NumberPoolDomainImpl.class - [JAR]
├─ org.tentackle.domain.ns.NumberRangeDomainImpl.class - [JAR]
├─ org.tentackle.domain.ns.package-info.class - [JAR]
org.tentackle.domain.security
├─ org.tentackle.domain.security.SecurityDomainImpl.class - [JAR]
├─ org.tentackle.domain.security.package-info.class - [JAR]
org.tentackle.domain.service
├─ org.tentackle.domain.service.Hook.class - [JAR]