Interface SettingKey<T>

Type Parameters:
T - type of the value

public interface SettingKey<T>
A setting key represents a configuration item that can be stored in a Settings instance.
Since:
1.0.1
See Also: