jar

com.github.lxchinesszz : turnoff-spring-boot-starter

Maven & Gradle

Feb 25, 2019
1 stars
Table Of Contents

Latest Version

Download com.github.lxchinesszz : turnoff-spring-boot-starter JAR file - Latest Versions:

All Versions

Download com.github.lxchinesszz : turnoff-spring-boot-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. 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]