I am using AspectJ and Dagger for my project. My problem is I cannot inject a field in Aspect class easily using Dagger, is there any way to do it?
Here is an example