jar

com.abnamro : toggleproc

Maven & Gradle

Dec 14, 2017
4 stars

ToggleProc · Make your toggles manageable

Table Of Contents

Latest Version

Download com.abnamro : toggleproc JAR file - Latest Versions:

All Versions

Download com.abnamro : toggleproc JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1

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 toggleproc-1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.abnamro.nl.toggle.toggler

├─ com.abnamro.nl.toggle.toggler.FeatureToggler.class - [JAR]

com.abnamro.nl.toggle.annotation

├─ com.abnamro.nl.toggle.annotation.FeatureToggleBind.class - [JAR]

├─ com.abnamro.nl.toggle.annotation.FeatureToggleConfiguration.class - [JAR]

com.abnamro.nl.toggle.processor.model

├─ com.abnamro.nl.toggle.processor.model.BindingSet.class - [JAR]

├─ com.abnamro.nl.toggle.processor.model.ClassBinding.class - [JAR]

├─ com.abnamro.nl.toggle.processor.model.FeatureToggleBinding.class - [JAR]

├─ com.abnamro.nl.toggle.processor.model.PackageBinding.class - [JAR]

├─ com.abnamro.nl.toggle.processor.model.ToggleBinding.class - [JAR]

com.abnamro.nl.toggle.processor.exceptions

├─ com.abnamro.nl.toggle.processor.exceptions.ToggleExpiredException.class - [JAR]

├─ com.abnamro.nl.toggle.processor.exceptions.ToggleTooFuturisticException.class - [JAR]

com.abnamro.nl.toggle.processor

├─ com.abnamro.nl.toggle.processor.FeatureToggleProcessor.class - [JAR]

├─ com.abnamro.nl.toggle.processor.ToggleProcessor.class - [JAR]