Annotation Type DownloadUrl


@Retention(RUNTIME) @Target(TYPE) public @interface DownloadUrl
Specifies direct plugin ZIP donwload URL. Example:

@PageUrl(url = "http://www.strategyquant.com/downloads/SomePlugin.zip")
@PluginImplementation
public class ServiceImpl implements Service { ... }


  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Plugin download URL
  • Element Details

    • url

      String url
      Plugin download URL
      Returns:
      . string
      Default:
      ""