| Interface | Description |
|---|---|
| FlagContextInterface<T> |
This interface is used to provide to the flaggr a context
This context will be used to evaluate if the flag is active or not
You context class must implement this interface
|
| Class | Description |
|---|---|
| Condition |
Represent condition to activate the feature toggle
|
| Flag |
Represent a Flag (Toggle)
A flag has :
A Name
A list of conditions
A status
A strategy
|
| Annotation Type | Description |
|---|---|
| Flag.ToggleStatus | |
| Flag.ToggleStrategy |