Annotation Interface NamedComponent


@Retention(RUNTIME) @Target(TYPE) public @interface NamedComponent
An annotation used on plugin components which will be registered under a given name by Elasticsearch server.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The name used for registration and lookup
  • Element Details

    • value

      String value
      The name used for registration and lookup
      Returns:
      a name