Package com.vaadin.experimental
Class CoreFeatureFlagProvider
java.lang.Object
com.vaadin.experimental.CoreFeatureFlagProvider
- All Implemented Interfaces:
FeatureFlagProvider,Serializable
Provides core Flow framework feature flags.
- Since:
- 25.0
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the list of features provided by this module.
-
Field Details
-
COLLABORATION_ENGINE_BACKEND
-
FLOW_FULLSTACK_SIGNALS
-
ACCESSIBLE_DISABLED_BUTTONS
-
COMPONENT_STYLE_INJECTION
-
COPILOT_EXPERIMENTAL
-
TAILWIND_CSS
-
-
Constructor Details
-
CoreFeatureFlagProvider
public CoreFeatureFlagProvider()
-
-
Method Details
-
getFeatures
Description copied from interface:FeatureFlagProviderReturns 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:
getFeaturesin interfaceFeatureFlagProvider- Returns:
- list of features, never null
-