@Target(value={PARAMETER,FIELD})
@Retention(value=RUNTIME)
public @interface PluginCanonicalWebUrl
A plugin or extension may receive this string by Guice injection to discover the canonical web URL under which the plugin is available:
@Inject MyType(@PluginCanonicalWebUrl String myUrl) { ... }