Annotation Interface ObservationKeyValues


@Retention(RUNTIME) @Inherited @Target({PARAMETER,METHOD}) @Documented public @interface ObservationKeyValues
Container annotation that aggregates several ObservationKeyValue annotations. Can be used natively, declaring several nested ObservationKeyValue annotations. Can also be used in conjunction with Java 8's support for repeatable annotations, where ObservationKeyValue can simply be declared several times on the same parameter, implicitly generating this container annotation.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description