1. AspectJ compiler (ajc) vs load-time weaving stackoverflow.comSeveral questions here:
|
2. AspectJ - why use annotations instead of ajc compiler? stackoverflow.comWe 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.comI wonder if there any way to make compiler's output in IntelliJ IDEA more verbose. IDEA automatically sets up compiler to |