Interface | Description |
---|---|
Config |
Class | Description |
---|---|
AnnotatedConfig |
A form of
Config that is generated by looking at fields in the constructor arg that are
annotated with ConfigValue . |
CompoundConfig | |
ConcatenatingConfig | |
EnvConfig | |
MapConfig |
Exception | Description |
---|---|
ConfigException |
Annotation Type | Description |
---|---|
ConfigValue |
A config value is read by an
AnnotatedConfig to automatically allow a Config to
be created. |