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 turnoff-spring-boot-starter-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.turnoff.processor.core
├─ org.turnoff.processor.core.TurnoffCommandAnnotationSelector.class - [JAR]
├─ org.turnoff.processor.core.TurnoffCommandInvoker.class - [JAR]
org.turnoff.processor.handler
├─ org.turnoff.processor.handler.CircuitBreakerHandlerInvoker.class - [JAR]
org.turnoff.processor.proxy
├─ org.turnoff.processor.proxy.TurnoffProxyFactory.class - [JAR]
org.turnoff.processor
├─ org.turnoff.processor.CircuitBreakerBeanPostProcessor.class - [JAR]
├─ org.turnoff.processor.CircuitBreakerHandlerInvokerAdapter.class - [JAR]
org.turnoff.processor.exception
├─ org.turnoff.processor.exception.FallbackMethodException.class - [JAR]
org.turnoff.processor.annotation
├─ org.turnoff.processor.annotation.TurnoffAutoConfiguration.class - [JAR]
├─ org.turnoff.processor.annotation.TurnoffCommand.class - [JAR]