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 fusion-shared-kernel-0.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.scoperetail.fusion.shared.kernel.common.annotation
├─ com.scoperetail.fusion.shared.kernel.common.annotation.MessagingAdapter.class - [JAR]
├─ com.scoperetail.fusion.shared.kernel.common.annotation.PersistenceAdapter.class - [JAR]
├─ com.scoperetail.fusion.shared.kernel.common.annotation.UseCase.class - [JAR]
├─ com.scoperetail.fusion.shared.kernel.common.annotation.WebAdapter.class - [JAR]
com.scoperetail.fusion.shared.kernel.messaging.jms
├─ com.scoperetail.fusion.shared.kernel.messaging.jms.JMSEventWrapper.class - [JAR]
com.scoperetail.fusion.shared.kernel.events
├─ com.scoperetail.fusion.shared.kernel.events.DomainEvent.class - [JAR]
├─ com.scoperetail.fusion.shared.kernel.events.DomainProperty.class - [JAR]
com.scoperetail.fusion.shared.kernel.web.request
├─ com.scoperetail.fusion.shared.kernel.web.request.HttpRequest.class - [JAR]
├─ com.scoperetail.fusion.shared.kernel.web.request.HttpRequestWrapper.class - [JAR]