Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] General Aspect build questions

I am trying to add aspects to our platform to monitor performance.

I do not want to recompile all the platform code only the aspect code.  

I am using sourceroots to provide the .aj files to compile and inpath
for the class files to weave into.

Is this correct? 



Back to the top