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 bitactor-cloud-spring-rpc-1.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.bitactor.framework.cloud.spring.rpc.annotation
├─ com.bitactor.framework.cloud.spring.rpc.annotation.RefRPC.class - [JAR]
├─ com.bitactor.framework.cloud.spring.rpc.annotation.ServiceRPC.class - [JAR]
com.bitactor.framework.cloud.spring.rpc.utils
├─ com.bitactor.framework.cloud.spring.rpc.utils.AppNameUtils.class - [JAR]
com.bitactor.framework.cloud.spring.rpc.handler
├─ com.bitactor.framework.cloud.spring.rpc.handler.BackendRPCMessageHandler.class - [JAR]
├─ com.bitactor.framework.cloud.spring.rpc.handler.ConnectorRPCMessageHandler.class - [JAR]
├─ com.bitactor.framework.cloud.spring.rpc.handler.ConsumerModuleHandler.class - [JAR]
com.bitactor.framework.cloud.spring.rpc.bean
├─ com.bitactor.framework.cloud.spring.rpc.bean.AppNameInfo.class - [JAR]
com.bitactor.framework.cloud.spring.rpc.extension
├─ com.bitactor.framework.cloud.spring.rpc.extension.Consumer.class - [JAR]
├─ com.bitactor.framework.cloud.spring.rpc.extension.NetRPC.class - [JAR]