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 toggle-first-core-1.4.9.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.mageddo.togglefirst
├─ com.mageddo.togglefirst.BasicFeature.class - [JAR]
├─ com.mageddo.togglefirst.DefaultFeatureManager.class - [JAR]
├─ com.mageddo.togglefirst.DefaultFeatureMetadata.class - [JAR]
├─ com.mageddo.togglefirst.EnumFeatureMetadataProvider.class - [JAR]
├─ com.mageddo.togglefirst.Feature.class - [JAR]
├─ com.mageddo.togglefirst.FeatureContext.class - [JAR]
├─ com.mageddo.togglefirst.FeatureDefaults.class - [JAR]
├─ com.mageddo.togglefirst.FeatureKeys.class - [JAR]
├─ com.mageddo.togglefirst.FeatureManager.class - [JAR]
├─ com.mageddo.togglefirst.FeatureMetadata.class - [JAR]
├─ com.mageddo.togglefirst.FeatureMetadataProvider.class - [JAR]
├─ com.mageddo.togglefirst.InteractiveFeature.class - [JAR]
├─ com.mageddo.togglefirst.Status.class - [JAR]
├─ com.mageddo.togglefirst.ToggleFirstException.class - [JAR]
com.mageddo.togglefirst.repository
├─ com.mageddo.togglefirst.repository.FeatureRepository.class - [JAR]
├─ com.mageddo.togglefirst.repository.InMemoryFeatureRepository.class - [JAR]
com.mageddo.togglefirst.activation
├─ com.mageddo.togglefirst.activation.ActivationStrategy.class - [JAR]
├─ com.mageddo.togglefirst.activation.GradualActivationStrategy.class - [JAR]
├─ com.mageddo.togglefirst.activation.NopActivationStrategy.class - [JAR]
├─ com.mageddo.togglefirst.activation.Parameter.class - [JAR]
├─ com.mageddo.togglefirst.activation.ParameterBuilder.class - [JAR]
com.mageddo.togglefirst.jmx
├─ com.mageddo.togglefirst.jmx.FeatureSwitchJMX.class - [JAR]
├─ com.mageddo.togglefirst.jmx.FeatureSwitchJMXMBean.class - [JAR]
com.mageddo.commons
├─ com.mageddo.commons.AnnotationUtils.class - [JAR]
├─ com.mageddo.commons.StringUtils.class - [JAR]
├─ com.mageddo.commons.Validate.class - [JAR]
com.mageddo.togglefirst.spring
├─ com.mageddo.togglefirst.spring.ApplicationContextProvider.class - [JAR]
├─ com.mageddo.togglefirst.spring.EnableToggleFirst.class - [JAR]