AspectJ is more complex than Java so the compiler have to do more work. Another problem may be that IDEA does not support incremental compilation with Ajc yet. Right now I can only suggest to use @AspectJ-style aspects along with Javac compiler and load-time weaving.
Gary,
AspectJ is more complex than Java so the compiler have to do more work. Another problem may be that IDEA does not support incremental compilation with Ajc yet.
Right now I can only suggest to use @AspectJ-style aspects along with Javac compiler and load-time weaving.