metrics-aspectj
metrics-aspectj copied to clipboard
AspectJ integration for Dropwizard Metrics
In gradle example Instead of using registry name I chose to use EL Expression ${this.registry} and program started throwing exceptions. Below is the code: `package com; import java.util.Random; import java.util.concurrent.TimeUnit;...
Too many exceptions
There is a section in the README comparing Spring AOP vs AspectJ, but it doesn't indicate whether it's possible to use this plugin in conjunction with Spring AOP. Can the...