de.otto.edison.togglz.FeatureClassProvider Maven / Gradle / Ivy
package de.otto.edison.togglz;
import org.togglz.core.Feature;
/**
* Implement this interface as a spring bean to expose Your Feature enum to the TogglzConfiguration.
*/
public interface FeatureClassProvider {
Class extends Feature> getFeatureClass();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy