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 jmolecules-cqrs-architecture-1.9.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.jmolecules.architecture.cqrs
├─ org.jmolecules.architecture.cqrs.Command.class - [JAR]
├─ org.jmolecules.architecture.cqrs.CommandDispatcher.class - [JAR]
├─ org.jmolecules.architecture.cqrs.CommandHandler.class - [JAR]
├─ org.jmolecules.architecture.cqrs.QueryModel.class - [JAR]
org.jmolecules.architecture.cqrs.annotation
├─ org.jmolecules.architecture.cqrs.annotation.Command.class - [JAR]
├─ org.jmolecules.architecture.cqrs.annotation.CommandDispatcher.class - [JAR]
├─ org.jmolecules.architecture.cqrs.annotation.CommandHandler.class - [JAR]
├─ org.jmolecules.architecture.cqrs.annotation.QueryModel.class - [JAR]