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

com.mageddo.togglefirst.Feature Maven / Gradle / Ivy

There is a newer version: 1.4.9
Show newest version
package com.mageddo.togglefirst;

/**
 * Represents a feature, you can create a feature defining a unique name.
 * 
* You can check if this feature is active, metadata, etc. using {@link FeatureManager} * * @see BasicFeature * @see InteractiveFeature * @see FeatureManager */ public interface Feature { String name(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy