Annotation Type PageUrl


@Retention(RUNTIME) @Target(TYPE) public @interface PageUrl
Specifies page URL (page with some information) about given plugin. Example:

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


  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    URL to information page about this plugin.
  • Element Details

    • url

      String url
      URL to information page about this plugin.
      Returns:
      . string
      Default:
      ""