Interface FeatureFlag
public interface FeatureFlag
- Author:
- Drew Brokke
-
Method Summary
-
Method Details
-
getDependencyKeys
String[] getDependencyKeys() -
getDescription
-
getFeatureFlagType
FeatureFlagType getFeatureFlagType() -
getKey
String getKey() -
getTitle
-
isEnabled
boolean isEnabled()
-