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 spring-boot-starter-proxy-1.1.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.yungyu16.spring.stub.annotation
├─ com.github.yungyu16.spring.stub.annotation.ProxyStub.class - [JAR]
├─ com.github.yungyu16.spring.stub.annotation.ProxyStubScan.class - [JAR]
com.github.yungyu16.spring.stub
├─ com.github.yungyu16.spring.stub.StubBeanAutoConfiguration.class - [JAR]
├─ com.github.yungyu16.spring.stub.StubBeanDefinitionRegistrar.class - [JAR]
├─ com.github.yungyu16.spring.stub.StubBeanPostProcessor.class - [JAR]
├─ com.github.yungyu16.spring.stub.StubDefPostProcessor.class - [JAR]
com.github.yungyu16.spring.stub.proxy
├─ com.github.yungyu16.spring.stub.proxy.AbstractInvocationDispatcher.class - [JAR]
├─ com.github.yungyu16.spring.stub.proxy.DefaultStubProxyFactory.class - [JAR]
├─ com.github.yungyu16.spring.stub.proxy.StubProxyFactory.class - [JAR]
├─ com.github.yungyu16.spring.stub.proxy.StubProxyLabel.class - [JAR]
com.github.yungyu16.spring.stub.support
├─ com.github.yungyu16.spring.stub.support.BeanDefinitionRegistryPostProcessorAdapter.class - [JAR]
├─ com.github.yungyu16.spring.stub.support.ClassPathStubBeanDefinitionScanner.class - [JAR]