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

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

There is a newer version: 8.0b5
Show 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