Module org.elasticsearch.plugin
Package org.elasticsearch.plugin
Annotation Interface NamedComponent
An annotation used on plugin components which will be registered under a given name by Elasticsearch server.
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueThe name used for registration and lookup- Returns:
- a name
-