Interface ExperimentalFeature

  • All Known Implementing Classes:
    ExperimentalFeatureImpl

    public interface ExperimentalFeature
    Defines the state of an experimental feature
    • Method Detail

      • getFeatureId

        String getFeatureId()
        Returns the feature Id
        Returns:
        a String containing the Identifier of a given feature.
      • isEnabled

        boolean isEnabled()
        Returns if the feature is enabled or disabled
        Returns:
        true if the feature is enabled or false if it is disabled