Class BadgeFeatureFlagProvider

java.lang.Object
com.vaadin.flow.component.badge.BadgeFeatureFlagProvider
All Implemented Interfaces:
FeatureFlagProvider, Serializable

public class BadgeFeatureFlagProvider extends Object implements FeatureFlagProvider
See Also:
  • Field Details

    • BADGE_COMPONENT

      public static final Feature BADGE_COMPONENT
  • Constructor Details

    • BadgeFeatureFlagProvider

      public BadgeFeatureFlagProvider()
  • 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