| Interface | Description |
|---|---|
| AndHowConfiguration<C extends AndHowConfiguration> | |
| AndHowInit |
Marks a class as an auto-discovered configuration provider for AndHow.
|
| Options |
Global options to configure AndHow behavior.
|
| Class | Description |
|---|---|
| AndHow |
Central AndHow singleton class.
|
| BaseConfig<C extends BaseConfig<C>> | |
| PropertyValue<T> |
Simple class to bundle a Property and value.
|
| StdConfig |
|
| StdConfig.StdConfigAbstract<S extends StdConfig.StdConfigAbstract<S>> |
Abstract class here lets this be extended maintaining the generic types
|
| StdConfig.StdConfigImpl |
Final class 'closes' the generics for an actual implementation.
|
| Annotation Type | Description |
|---|---|
| GroupExport |
Annotation to direct the Properties in a PropertyGroup to be exported to a
destination such as System.Properties.
|
| GroupInfo |
Annotation to allow users to include documentation on PropertyGroups.
|
Copyright © 2017. All rights reserved.