@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Timed
Timed for metrics collection.
A timer measures both the rate that a particular piece of code is called and the distribution of its duration.
If no name is specified, the controller classname and method name are used.| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
value |
Copyright © 2023. All rights reserved.