@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Counted
Counted for metrics collection.
A counter increments on method execution and optionally decrements at execution completion.
If no name is specified, the controller classname and method name are used.public abstract boolean active
Copyright © 2023. All rights reserved.