I have found a lot of garbage in my application produced by proxy that is created around of lazy injected dependency. In my case it was a cause of 5% of total allocation rate.
I strongly do not recommend to fix cyclic dependencies via Lazy annotation in case of huge request rate on that dependency(in my case it was ~60000 per second).