@GroupInfo(name="AndHow! Configuration Framework Configuration",
desc="Configures how AndHow itself operates")
public interface Options
Global options to configure AndHow behavior.
This BasePropertyGroup is always implicitly added to the list of registered
groups. Configuration instances should not directly add it because it will
result in a duplicate BasePropertyGroup configuration error.
Convention: All options will have aliases. To make naming collisions less
likely, all aliases will start with 'AH'.
Implementation Note: All Properties here must be optional or have a default
value since the framework itself should have no requirements to operate.
- Author:
- ericeverman