Interface IntegerHook

All Superinterfaces:
Hook<Integer>

public interface IntegerHook extends Hook<Integer>
An extension point which can run around flag resolution. They are intended to be used as a way to add custom logic to the lifecycle of flag evaluation.
See Also: