get Annotations For Configuration
abstract fun getAnnotationsForConfiguration(@Nullable configuration: MeasurementValueConfiguration): List<Annotation>
Similar as getUsageCount but returns a list of all annotations that
Return
A list of annotations which use both the scale and precision of the provided configuration.
Parameters
configuration
The MeasurementValueConfiguration we want to which annotations are using it.