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 corda-notary-plugin-5.0.0.763-Iguana1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
net.corda.v5.ledger.notary.plugin.api
├─ net.corda.v5.ledger.notary.plugin.api.PluggableNotaryClientFlow.class - [JAR]
├─ net.corda.v5.ledger.notary.plugin.api.package-info.class - [JAR]
net.corda.v5.ledger.notary.plugin.core
├─ net.corda.v5.ledger.notary.plugin.core.NotaryException.class - [JAR]
├─ net.corda.v5.ledger.notary.plugin.core.NotaryExceptionFatal.class - [JAR]
├─ net.corda.v5.ledger.notary.plugin.core.NotaryExceptionUnknown.class - [JAR]
├─ net.corda.v5.ledger.notary.plugin.core.package-info.class - [JAR]