javac « aspectj « Java Enterprise Q&A





1. Using Aspects in a java application - when javac/ajc?    stackoverflow.com

I think about using AspectJ in an existing project. I have several pure Java Eclipse projects and I like to create an AOP project. I'm not quite sure about when ajc is ...

2. weaving .aj files into existing javac compiled sources    stackoverflow.com

I am trying to use javac to compile a set of java files to .class files and then subsequently use iajc to compile and weave all the aspects. My ant build.xml ...