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 simple-cqrs-java-cdi-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.broot02.simplecqrsjava.cdi.queries
├─ io.github.broot02.simplecqrsjava.cdi.queries.CDIQueryRegistry.class - [JAR]
io.github.broot02.simplecqrsjava.cdi.events
├─ io.github.broot02.simplecqrsjava.cdi.events.CDIEventRegistry.class - [JAR]
io.github.broot02.simplecqrsjava.cdi.inject
├─ io.github.broot02.simplecqrsjava.cdi.inject.SimpleCQRSExtension.class - [JAR]
├─ io.github.broot02.simplecqrsjava.cdi.inject.SimpleCQRSProducer.class - [JAR]
io.github.broot02.simplecqrsjava.cdi.commands
├─ io.github.broot02.simplecqrsjava.cdi.commands.CDICommandRegistry.class - [JAR]