Annotation Interface AddConfig


Add a configuration key/value pair to MicroProfile configuration. This annotation can be repeated.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Configuration property key.
    Configuration property value.
  • Element Details

    • key

      String key
      Configuration property key.
      Returns:
      key
    • value

      String value
      Configuration property value.
      Returns:
      value