Using Aspectj compile time weaving and Java compile time annotation processing in one project
问题 I have searched far and wide and have not found anything that would help me resolve my problem. I am trying to implement a certain functionality and I am creating a PoC solution, here is the issue though: it involves using both compile time weaved AspectJ and compile time annotation processors and I have no idea how to make both of those work at the same time. So far I have been using just AspectJ aspects in *.aj files with the aspectj-maven-plugin, and it was working fine. As soon as I tried