Package io.micrometer.core.aop
Annotation Interface MeterTags
Container annotation that aggregates several
MeterTag annotations.
Can be used natively, declaring several nested MeterTag annotations. Can also
be used in conjunction with Java 8's support for repeatable annotations, where
MeterTag can simply be declared several times on the same parameter, implicitly
generating this container annotation.- Since:
- 1.14.0
- See Also:
-
Required Element Summary
Required Elements
-
Element Details
-
value
MeterTag[] value
-