Annotation Interface PhonPlugin


@Target(TYPE) @Retention(RUNTIME) public @interface PhonPlugin
Annotation for used for Phon plugins. This annotation must exist for any phon plug-in extension point.
  • Element Details

    • author

      String author
      Author name
      Default:
      ""
    • name

      String name
      Plugin name
      Default:
      ""
    • version

      String version
      Plugin version
      Default:
      "1.0"
    • minPhonVersion

      String minPhonVersion
      Minimum phon version default is 1.5.2
      Default:
      "1.5.2"
    • comments

      String comments
      Author comments
      Default:
      ""
    • nativeLibs

      String[] nativeLibs
      Location of any native libraries required for this plug-in. Path can be absolute or relative to the application's plugins folder.
      Default:
      {}