Re: [aspectj-users] Catch-all pointcut

2011-04-11 Thread Frank Pavageau
On Mon, Apr 11, 2011 at 11:23 AM, Tiago Espinha wrote: > Assume I have two jars: > - RunnableFile.jar > - Library.jar > The RunnableFile.jar is a runnable jar, contains a main method in one of its > classes but it depends on Library.jar . This means that whenever I run the > RunnableFile, I need t

[aspectj-users] Catch-all pointcut

2011-04-11 Thread Tiago Espinha
Hi everyone, I have a broad question about AspectJ that maybe the veterans can give me a definite answer on. Assume I have two jars: - RunnableFile.jar - Library.jar The RunnableFile.jar is a runnable jar, contains a main method in one of its classes but it depends on Library.jar . This means th