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 codegas-commons-domain-3.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.codegas.commons.domain.entity
├─ org.codegas.commons.domain.entity.DomainEntity.class - [JAR]
├─ org.codegas.commons.domain.entity.NamedEntity.class - [JAR]
org.codegas.commons.domain.persistence
├─ org.codegas.commons.domain.persistence.Repository.class - [JAR]
org.codegas.commons.domain.exception
├─ org.codegas.commons.domain.exception.DomainEntityConflictException.class - [JAR]
org.codegas.commons.domain.event
├─ org.codegas.commons.domain.event.DomainEvent.class - [JAR]
├─ org.codegas.commons.domain.event.DomainEventPublisher.class - [JAR]
├─ org.codegas.commons.domain.event.DomainEventPublisherManager.class - [JAR]
├─ org.codegas.commons.domain.event.DomainEventSubscriber.class - [JAR]