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

org.datafx.samples.featuretoggle.SampleFeatures Maven / Gradle / Ivy

The newest version!
package org.datafx.samples.featuretoggle;

import org.togglz.core.Feature;
import org.togglz.core.annotation.EnabledByDefault;

public enum SampleFeatures implements Feature {
    @EnabledByDefault
    FEATURE1,

    FEATURE2;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy