Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #200 from bryant1410/v3.1-maintenance
Browse files Browse the repository at this point in the history
Fix broken headings in Markdown files
  • Loading branch information
ryantenney authored Aug 14, 2018
2 parents f41db8a + 2fa5d7d commit 1c0803e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ The class may also implement the interface `MetricsConfigurer`, or extend the ab
* `getHealthCheckRegistry()` - return the `HealthCheckRegistry` instance with which to register any beans which extend the class `HealthCheck`. If omitted a new `HealthCheckRegistry` instance is created.
* `configureReporters(MetricRegistry)` - configure reporters

###A Note on the Limitations of Spring AOP
### A Note on the Limitations of Spring AOP

Due to limitations of Spring AOP only public methods can be proxied, so `@Timed`, `@Metered`, `@ExceptionMetered`, and `@Counted` have no effect on non-public methods. Additionally, calling an annotated method from within the same class will not go through the proxy.

Expand Down

0 comments on commit 1c0803e

Please sign in to comment.