Package net.runelite.client.config
Annotation Type ConfigGroup
-
@Retention(RUNTIME) @Target(TYPE) public @interface ConfigGroup
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueThe key name of the config group used for storing configuration within the config group.
-