public interface DefaultValue
This interface notifies that any implementing class is going to provide public static getDefaultValue method that will give you the
default class instance when called. This method is used by SettingsManager when settings "get" methods called without default value.
- See Also:
- How to use SettingsManager,
SettingsManager