Package net.runelite.client.plugins
Annotation Type PluginDescriptor
-
@Retention(RUNTIME) @Target(TYPE) @Documented public @interface PluginDescriptor
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
description
A short, one-line summary of the plugin.boolean
developerPlugin
boolean
enabledByDefault
boolean
hidden
Whether or not plugin is hidden from configuration panelboolean
loadInSafeMode
boolean
loadWhenOutdated
String[]
tags
A list of plugin keywords, used (together with the name) when searching for plugins.
-
-
-
Element Detail
-
name
String name
-
-
-
description
String description
A short, one-line summary of the plugin.- Default:
- ""
-
-
-
tags
String[] tags
A list of plugin keywords, used (together with the name) when searching for plugins. Each tag should not contain any spaces, and should be fully lowercase.- Default:
- {}
-
-
hidden
boolean hidden
Whether or not plugin is hidden from configuration panel- Default:
- false
-
-