Annotation Interface ExtensionInfo
public @interface ExtensionInfo
Annotation used to get metadata about an extension.
-
Required Element Summary
Required Elements
-
Element Details
-
name
String nameRepresents the name of the extension.- Returns:
- The name of the extension.
-
version
String versionRepresents the version of the extension.- Returns:
- The version of the extension.
-
parentBot
String parentBotRepresents the parent bot's username of the extension.The parent bot is the bot where the extension gets its updates from.
- Returns:
- The parent bot's username of the extension.
-