From: nthx <nu...@jb...> - 2005-05-12 21:47:09
|
"bil...@jb..." wrote : execution and set/get do not make sense with within as their purpose | is to totally wrap EVERY invocation. | | within and withcode only make sense with call. I guess a callfield is necessary. I'll add that to the TODO. | | Bill Hi there! I came to that problem tonight again.. Actually, it does make sense. One can has "execution(* class->method(..)) AND !within(ExcludedClass)" in AspectJ. It makes sense. I'd like to intercept any execution of method "method", but not in the class "ExcludedClass". How would that be with JBAOP? Tomasz Nazar View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877546#3877546 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877546 |