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 axon-googleappengine-2.4.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.axonframework.gae.serializer
├─ org.axonframework.gae.serializer.GaeXStream.class - [JAR]
├─ org.axonframework.gae.serializer.XStreamFactory.class - [JAR]
org.axonframework.gae.commandhandling
├─ org.axonframework.gae.commandhandling.SimpleEventBusWithoutStatistics.class - [JAR]
org.axonframework.gae.eventstore
├─ org.axonframework.gae.eventstore.EventEntry.class - [JAR]
├─ org.axonframework.gae.eventstore.GaeEventStore.class - [JAR]
├─ org.axonframework.gae.eventstore.GaeSnapshotter.class - [JAR]