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 ksrpc-api-jvm-0.8.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.monkopedia.ksrpc.annotation
├─ com.monkopedia.ksrpc.annotation.KsMethod.class - [JAR]
├─ com.monkopedia.ksrpc.annotation.KsService.class - [JAR]
com.monkopedia.ksrpc
├─ com.monkopedia.ksrpc.RpcException.class - [JAR]
├─ com.monkopedia.ksrpc.RpcFailure.class - [JAR]
├─ com.monkopedia.ksrpc.RpcService.class - [JAR]
├─ com.monkopedia.ksrpc.SuspendCloseable.class - [JAR]