public final class TimedAnnotations
extends java.lang.Object
@Timed annotations from bean methods.| Modifier and Type | Method and Description |
|---|---|
static java.util.Set<io.micrometer.core.annotation.Timed> |
get(java.lang.reflect.Method method,
java.lang.Class<?> type)
Return
Timed annotations that should be used for the given method
and type. |
public static java.util.Set<io.micrometer.core.annotation.Timed> get(java.lang.reflect.Method method,
java.lang.Class<?> type)
Timed annotations that should be used for the given method
and type.method - the source methodtype - the source typeTimed annotations to use or an empty set