Annotation Type ConfigurationParameter

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element 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.
    • Element Detail

      • key

        java.lang.String key
        The configuration parameter key under which to add the value to the discovery request; never null or blank.
      • value

        java.lang.String value
        The value to add to the discovery request for the specified key.