Annotation Interface PluginImplConfig


@Target(PARAMETER) @Retention(RUNTIME) public @interface PluginImplConfig
An annotation that identifies a plugin instance name at a plugin point within the configuration. This should be applied to the property of the class representing the plugin point, and should name the corresponding @PluginImplName-annotated sibling property.
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details

    • implNameProperty

      String implNameProperty
      Returns:
      The name of the @PluginImplName-annotated sibling property.