Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document no support for meta-annotations with @timed
Browse files Browse the repository at this point in the history
izeye committed Dec 10, 2024
1 parent 23cd63b commit a058d1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/modules/ROOT/pages/concepts/timers.adoc
Original file line number Diff line number Diff line change
@@ -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`.

0 comments on commit a058d1d

Please sign in to comment.