Package org.spongepowered.api.config
Annotation Interface ConfigDir
Provides an convenient injection for
ConfigRoot.directory()
.
Use this annotation on a Path
. Remember that
Inject
is also necessary.
- See Also:
-
Required Element Summary
Modifier and TypeRequired ElementDescriptionboolean
Whether the the shared root for configuration should be used, or instead, the plugin-specific configuration directory.
-
Element Details