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-cloud-netflix-feign-tokens-0.9.9-RC1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.zalando.stups.spring.cloud.netflix.feign
├─ org.zalando.stups.spring.cloud.netflix.feign.EnableOAuth2FeignClients.class - [JAR]
├─ org.zalando.stups.spring.cloud.netflix.feign.OAuth2FeignClientsRegsitrar.class - [JAR]
org.springframework.cloud.netflix.feign
├─ org.springframework.cloud.netflix.feign.AccessTokensRequestInterceptor.class - [JAR]
├─ org.springframework.cloud.netflix.feign.TokensFeignClientFactoryBean.class - [JAR]