Interface FeatureFlag


public interface FeatureFlag
Author:
Drew Brokke
  • Method Details

    • getDependencyKeys

      String[] getDependencyKeys()
    • getDescription

      String getDescription(Locale locale)
    • getFeatureFlagType

      FeatureFlagType getFeatureFlagType()
    • getKey

      String getKey()
    • getTitle

      String getTitle(Locale locale)
    • isEnabled

      boolean isEnabled()