Package io.kroxylicious.proxy.plugin
Annotation 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
-
Element Details
-
implNameProperty
String implNameProperty- Returns:
- The name of the
@PluginImplName-annotated sibling property.
-