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 eventuate-client-java-tests-example-domain-0.41.0.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.eventuate.example.banking.domain
├─ io.eventuate.example.banking.domain.Account.class - [JAR]
├─ io.eventuate.example.banking.domain.AccountCommand.class - [JAR]
├─ io.eventuate.example.banking.domain.AccountCreatedEvent.class - [JAR]
├─ io.eventuate.example.banking.domain.AccountDebitedEvent.class - [JAR]
├─ io.eventuate.example.banking.domain.AccountEvent.class - [JAR]
├─ io.eventuate.example.banking.domain.AccountSnapshot.class - [JAR]
├─ io.eventuate.example.banking.domain.AccountSnapshotStrategy.class - [JAR]
├─ io.eventuate.example.banking.domain.CreateAccountCommand.class - [JAR]
├─ io.eventuate.example.banking.domain.CreateMoneyTransferCommand.class - [JAR]
├─ io.eventuate.example.banking.domain.DebitAccountCommand.class - [JAR]
├─ io.eventuate.example.banking.domain.MoneyTransfer.class - [JAR]
├─ io.eventuate.example.banking.domain.MoneyTransferCommand.class - [JAR]
├─ io.eventuate.example.banking.domain.MoneyTransferCreatedEvent.class - [JAR]
├─ io.eventuate.example.banking.domain.MoneyTransferEvent.class - [JAR]
├─ io.eventuate.example.banking.domain.NoopAccountCommand.class - [JAR]
├─ io.eventuate.example.banking.domain.TransferDetails.class - [JAR]