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 akka-persistence-mongo-casbah_2.11-0.7.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
akka.persistence.mongo
├─ akka.persistence.mongo.package.class - [JAR]
akka.persistence.mongo.journal
├─ akka.persistence.mongo.journal.CasbahJournal.class - [JAR]
├─ akka.persistence.mongo.journal.CasbahJournalHelper.class - [JAR]
├─ akka.persistence.mongo.journal.CasbahRecovery.class - [JAR]
akka.persistence.mongo.snapshot
├─ akka.persistence.mongo.snapshot.CasbahSnapshotHelper.class - [JAR]
├─ akka.persistence.mongo.snapshot.CasbahSnapshotStore.class - [JAR]