Annotation Interface LogConfigurable.KeyParameter

Enclosing class:
LogConfigurable

Use as parameter to property keys with parameters. This annotation should only be used on String arguments and the builder will require it as an initial constructor argument to avoid it being missing.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Use as parameter to a property name specified in LogConfigurable.prefix().
  • Element Details

    • value

      Use as parameter to a property name specified in LogConfigurable.prefix(). An example is a parameter called name with a prefix like logging.myplugin.{name}.
      Returns:
      by default will use the parameter name.
      Default:
      ""