- All Superinterfaces:
- BasePropertyGroup, PropertyGroup
@GroupInfo(name="AndHow! Configuration Framework Configuration",
desc="Configures how AndHow itself operates")
public interface Options
extends PropertyGroup
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, since the
framework itself should have no requirements to operate.
- Author:
- ericeverman