Annotation Interface PluginInfo


@Target(TYPE) @Retention(RUNTIME) public @interface PluginInfo
Author:
thevpc
  • Element Details

    • messageSet

      String messageSet
      Default:
      ""
    • iconSet

      String iconSet
      Default:
      ""
    • id

      String id
      Default:
      ""
    • title

      String title
      Default:
      ""
    • category

      String category
      Default:
      ""
    • version

      String version
      Default:
      ""
    • author

      String author
      Default:
      ""
    • contributors

      String contributors
      Default:
      ""
    • description

      String description
      Default:
      ""
    • url

      String url
      Default:
      ""
    • applicationVersion

      String applicationVersion
      Default:
      ""
    • dynamicLoading

      boolean dynamicLoading
      Default:
      true
    • dependencies

      DBCPluginDependency[] dependencies
      Default:
      {}