neil loughran wrote:
> aspect AllJoinPointsAspect {

>         private boolean TRACE = true;

>         before(): if(TRACE) && !within(AllJoinPointsAspect) {
>                 System.out.println("->"+thisJoinPoint);
>         }
> }

> One of those very useful pointcut designators I find.

Yeah, great. That's the one. Useful indeed since you can turn them
all off with one switch. The other thing about the empty pointcut was
just a syntatically interesting thing.

Thanks a bunch.

_______________________________________________
aspectj-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Reply via email to