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 rpcfy-annotations-1.0.23.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
rpcfy
├─ rpcfy.JSONify.class - [JAR]
├─ rpcfy.JsonRPCMessageHandler.class - [JAR]
├─ rpcfy.MessageReceiver.class - [JAR]
├─ rpcfy.MessageSender.class - [JAR]
├─ rpcfy.RPCException.class - [JAR]
├─ rpcfy.RPCMethodDelegate.class - [JAR]
├─ rpcfy.RPCNotSupportedException.class - [JAR]
├─ rpcfy.RPCProxy.class - [JAR]
├─ rpcfy.RPCStub.class - [JAR]
rpcfy.json
├─ rpcfy.json.GsonJsonify.class - [JAR]
├─ rpcfy.json.GsonObject.class - [JAR]
rpcfy.annotations
├─ rpcfy.annotations.RPCfy.class - [JAR]
├─ rpcfy.annotations.RPCfyNotSupported.class - [JAR]