public final class TimedAnnotations
extends java.lang.Object
@Timed annotations from bean methods.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