ajc « aspectj « Java Enterprise Q&A





1. AJC option to exclude aspect from -aspectpath or -inpath?    stackoverflow.com

My question is in the Title and is as simple as it look. I can't find any way to do that from the command line - and can't work with Eclipse AJDT ...

2. Run a compiled program using ajc    stackoverflow.com

I have written two simple codes..one java code to print a Hello World statement and other a aspect code to be weaven into it.. My hello world code is

// HelloWorld.java
public class HelloWorld ...