From a058d1de05b805bdf24b4d3df16f2578910660d9 Mon Sep 17 00:00:00 2001 From: Johnny Lim Date: Tue, 10 Dec 2024 22:48:38 +0900 Subject: [PATCH] Document no support for meta-annotations with @Timed See gh-5657 --- docs/modules/ROOT/pages/concepts/timers.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/modules/ROOT/pages/concepts/timers.adoc b/docs/modules/ROOT/pages/concepts/timers.adoc index 697083df3b..660dd60f04 100644 --- a/docs/modules/ROOT/pages/concepts/timers.adoc +++ b/docs/modules/ROOT/pages/concepts/timers.adoc @@ -114,6 +114,8 @@ public class ExampleService { } ---- +NOTE: `TimedAspect` doesn't support meta-annotations with `@Timed`. + === @MeterTag on Method Parameters To support using the `@MeterTag` annotation on method parameters, you need to configure the `@TimedAspect` to add the `MeterTagAnnotationHandler`.