@Target(value={PARAMETER,FIELD}) @Retention(value=RUNTIME) public @interface PluginName
A plugin or extension may receive this string by Guice injection to discover the name that an administrator has installed the plugin or extension under:
@Inject MyType(@PluginName String myName) { ... }