Interface FeatureFlag


public interface FeatureFlag
Class providing information whether given feature is enabled.
Since:
4.4.0
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns true if the feature is enabled and accessible under current licensing terms or false otherwise
  • Method Details

    • isEnabled

      boolean isEnabled()
      Returns true if the feature is enabled and accessible under current licensing terms or false otherwise