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

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

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

import com.mageddo.togglefirst.activation.ActivationStrategy;

public final class FeatureKeys {
	/**
	 * Value stored at the feature used to general purpose
	 */
	public static final String VALUE = "value";

	/**
	 * The current status
	 * @see Status
	 */
	public static final String STATUS = "status";

	/**
	 * All activation strategies used determine if feature is active or not
	 *
	 * @see ActivationStrategy
	 */
	public static final String ACTIVATION_STRATEGIES = "activationStrategies";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy