Using AspectJ in my multi-module project and combining it with Lombok, I found that this option causes the woven code to be recompiled and errors to occur.
Moreover, I used the native AspectJ library "aspectjtools.jar" to weave the above code, and everything worked fine.

Error logs are as follows:
aspectj.log
After my testing, I commented out this line of code and everything works fine.

