[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [aspectj-users] A Pointcut that matches nothing
|
- From: Martin GÃrg <nimoth@xxxxxxxxxxxxxxx>
- Date: Thu, 8 May 2008 15:51:46 +0800
- Delivered-to: aspectj-users@eclipse.org
neil loughran wrote:
> Try either
> if(false) or if(true).. I can never recall which one it is!
That should be if(false). I'm aware that other constructs like the one
you suggest also work, but I was specifically looking for some "empty"
pointcut. I like the simplicity of it.
Cheers
Martin