- All Implemented Interfaces:
- Serializable
public class Flag
extends Object
implements Serializable
Representation of the Feature Flag in the system.
Feature can be either feature flag or remote config.
Feature flag - is a feature that you can turn on and off
e.g. en endpoint for an API or instant messaging for mobile app
Remote config - is a feature you can configure per env and holds value, eg font size for image.
- See Also:
- Serialized Form