Interface | Description |
---|---|
ConfigManager |
Provides configuration for plugins.
|
ConfigRoot |
A configuration root is a representation of where configuration
data can be stored, which is ultimately mapped to a directory on disk.
|
Annotation Type | Description |
---|---|
ConfigDir |
Provides an convenient injection for
ConfigRoot.getDirectory() . |
DefaultConfig |
Provides an convenient injection for
ConfigRoot.getConfig() or
ConfigRoot.getConfigPath() . |