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 springboot-unleash-core-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.unleash.features
├─ org.unleash.features.UnleashContextPreProcessor.class - [JAR]
org.unleash.features.aop
├─ org.unleash.features.aop.ContextAdvisor.class - [JAR]
├─ org.unleash.features.aop.ContextProxyAdvisor.class - [JAR]
├─ org.unleash.features.aop.FeatureAdvisor.class - [JAR]
├─ org.unleash.features.aop.FeatureProxyAdvisor.class - [JAR]
├─ org.unleash.features.aop.UnleashContextThreadLocal.class - [JAR]
├─ org.unleash.features.aop.Utils.class - [JAR]
org.unleash.features.annotation
├─ org.unleash.features.annotation.Context.class - [JAR]
├─ org.unleash.features.annotation.ContextPath.class - [JAR]
├─ org.unleash.features.annotation.FeatureVariant.class - [JAR]
├─ org.unleash.features.annotation.FeatureVariants.class - [JAR]
├─ org.unleash.features.annotation.Toggle.class - [JAR]