@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
@Documented
@API(status=STABLE,
since="1.10")
@Repeatable(value=ConfigurationParameters.class)
public @interface ConfigurationParameter
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
key
The configuration parameter key under which to add the
value
to the discovery request; never null or blank. |
java.lang.String |
value
The value to add to the discovery request for the specified
key. |