Module watamebot

Annotation Interface PluginProperties


@Target(TYPE) @Retention(RUNTIME) public @interface PluginProperties
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Get the description of the plugin
    Get the of the plugin
    Get the version of this plugin.
  • Element Details

    • name

      String name
      Get the of the plugin
      Returns:
      The name of this plugin
    • description

      String description
      Get the description of the plugin
      Returns:
      The description of this plugin
    • version

      String version
      Get the version of this plugin. This is parsed by Runtime.Version.parse(String).
      Returns:
      The version of this plugin.