Be able to target classes and not only methods with TimedAspect #493
Labels
enhancement
A general enhancement
module: micrometer-core
An issue that is related to our core module
Milestone
See discussion in https://micrometer-metrics.slack.com/archives/C662HUJC9/p1521063013000264
Suggest to make the aspect target also types (in addition to methods), so that by annotating a class, you target all public methods in that class too (due to the way spring works it does not target private/default/protected scopes).
The text was updated successfully, but these errors were encountered: