Package net.runelite.client.config
Annotation Type ConfigGroup
-
@Retention(RUNTIME) @Target(TYPE) public @interface ConfigGroup
-
-
Element Detail
-
value
String value
The key name of the config group used for storing configuration within the config group. This should typically be a lowercase version of your plugin name, with all spaces removed.For example, the
Grand Exchange
plugin uses the key namegrandexchange
.
-
-