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-1.0.23.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
rpcfy.compiler
├─ rpcfy.compiler.RpcfyProcessor.class - [JAR]
rpcfy.compiler.builder
├─ rpcfy.compiler.builder.BindingManager.class - [JAR]
├─ rpcfy.compiler.builder.ClassBuilder.class - [JAR]
├─ rpcfy.compiler.builder.FieldBuilder.class - [JAR]
├─ rpcfy.compiler.builder.MethodBuilder.class - [JAR]
├─ rpcfy.compiler.builder.RpcfyBuilder.class - [JAR]