| Interface | Description |
|---|---|
| ConfigHandler |
Implement this on classes annotated with
ConfigHolder
to add additional custom handling to your config files. |
| Class | Description |
|---|---|
| Configuration |
| Exception | Description |
|---|---|
| ConfigException |
| Annotation Type | Description |
|---|---|
| Config |
This annotation is used to fetch and load configs easily.
|
| ConfigHolder |
An annotation to mark a class, that could hold
@Config values in it. |