Class TimedAnnotations
java.lang.Object
org.springframework.boot.actuate.metrics.annotation.TimedAnnotations
Utility used to obtain
@Timed
annotations from bean methods.- Since:
- 2.5.0
- Author:
- Phillip Webb
-
Method Summary
-
Method Details
-
get
ReturnTimed
annotations that should be used for the givenmethod
andtype
.- Parameters:
method
- the source methodtype
- the source type- Returns:
- the
Timed
annotations to use or an empty set
-