Class HillaFeatureFlagProvider

java.lang.Object
com.vaadin.experimental.HillaFeatureFlagProvider
All Implemented Interfaces:
FeatureFlagProvider, Serializable

public class HillaFeatureFlagProvider extends Object implements FeatureFlagProvider
Provides Hilla-related feature flags.
Since:
25.0
See Also:
  • Field Details

    • HILLA_FULLSTACK_SIGNALS

      public static final Feature HILLA_FULLSTACK_SIGNALS
  • Constructor Details

    • HillaFeatureFlagProvider

      public HillaFeatureFlagProvider()
  • Method Details

    • getFeatures

      public List<Feature> getFeatures()
      Description copied from interface: FeatureFlagProvider
      Returns the list of features provided by this module.

      The returned list should be immutable and not change during the lifetime of the application.

      Specified by:
      getFeatures in interface FeatureFlagProvider
      Returns:
      list of features, never null