compiler « aspectj « Java Enterprise Q&A





1. AspectJ compiler (ajc) vs load-time weaving    stackoverflow.com

Several questions here:

  • Does ajc change all the classes it compiles (even non-aspect ones)? What if I comiple only aspect classes ant then put them in the same classpath with the common ...

2. AspectJ - why use annotations instead of ajc compiler?    stackoverflow.com

We can use both @AspectJ annotation style to define aspects, as well as the AspectJ Java extension language, which requires us to use the ajc compiler. What are the reasons that one ...

3. IntelliJ IDEA: verbose aspectj compiler output    stackoverflow.com

I wonder if there any way to make compiler's output in IntelliJ IDEA more verbose. IDEA automatically sets up compiler to ajc from maven dependencies.