All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.otto.edison.togglz.FeatureClassProvider Maven / Gradle / Ivy

There is a newer version: 3.3.3
Show newest version
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 getFeatureClass();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy