@Retention(value=RUNTIME) @Target(value={METHOD,FIELD,ANNOTATION_TYPE}) public @interface Counted
MetricRegistry
automatically as Counters. The invocation of the annotated methods are countedpublic abstract String name
public abstract boolean monotonic
false the counter is decremented when the annotated
method returns, counting current invocations of the annotated method.
If true (default) the counter increases monotonically, counting total
invocations of the annotated method.Copyright © 2013-2018 dc-square GmbH. All Rights Reserved.