Package io.kroxylicious.proxy.plugin
Annotation Interface PluginImplName
Annotates a property (within a "config record") that names a plugin implementation with the plugin interface.
- See Also:
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<?> valueThe class reflecting the plugin interface (e.g.FilterFactory).- Returns:
- The class reflecting the plugin interface
-