Package-level declarations
Types
A strategy that enables a feature only for users in an allowed list.
A strategy that always evaluates to false.
A strategy that always evaluates to true.
A composite strategy that evaluates to true only if all child strategies evaluate to true.
A strategy that enables a feature only for requests from specific client hostnames.
A strategy that enables a feature only during specific hours of the day.
A strategy that enables a feature only within a specified time range.
A strategy that disables a feature for users in a deny list.
A composite strategy that negates the result of another strategy.
A composite strategy that evaluates to true if any child strategy evaluates to true.
A strategy that randomly enables a feature based on a weight.
A strategy that enables a feature only for specific geographic regions.
A strategy that enables a feature after a specified release date.
A strategy that enables a feature only on specific server hostnames.
A strategy that enables a feature for a consistent percentage of users.
A strategy that enables a feature only on specific days of the week.