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 jistol-spring-remote-2.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.jistol.remote.configuration
├─ io.github.jistol.remote.configuration.RemoteClientConfiguration.class - [JAR]
├─ io.github.jistol.remote.configuration.RemoteServerConfiguration.class - [JAR]
io.github.jistol.remote
├─ io.github.jistol.remote.Protocol.class - [JAR]
io.github.jistol.remote.annotation
├─ io.github.jistol.remote.annotation.EnableRemoteClient.class - [JAR]
├─ io.github.jistol.remote.annotation.EnableRemoteServer.class - [JAR]
├─ io.github.jistol.remote.annotation.HttpInvokerClient.class - [JAR]
├─ io.github.jistol.remote.annotation.HttpInvokerServer.class - [JAR]
├─ io.github.jistol.remote.annotation.RemoteContext.class - [JAR]
├─ io.github.jistol.remote.annotation.RmiClient.class - [JAR]
├─ io.github.jistol.remote.annotation.RmiServer.class - [JAR]
io.github.jistol.remote.exception
├─ io.github.jistol.remote.exception.RemoteException.class - [JAR]
io.github.jistol.remote.util
├─ io.github.jistol.remote.util.FactoryBeanUtil.class - [JAR]
io.github.jistol.remote.handler
├─ io.github.jistol.remote.handler.RemoteClientInvocationHandler.class - [JAR]
io.github.jistol.remote.model
├─ io.github.jistol.remote.model.RemoteClient.class - [JAR]
├─ io.github.jistol.remote.model.RemoteServer.class - [JAR]