Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] args() evaluation and around advice interaction

Hello Wes
Thanks for the feedback. I didn't know that advice 
execution is a variation point for different
implementations.

However, I feel it would still be a better idea to
keep out implementation dependent types (such as 
AroundClosure) from interfering with args(). If it
were not so, wouldn't it break orthogonality with
args() matching for method execution, where we do not
explicitly specify (again implementation dependent)
object reference ("this" reference)? Is advice
execution, looked this way, any different from    
method execution?
    
Thanks again.



	
		
__________________________________
Do you Yahoo!?
Yahoo! Photos: High-quality 4x6 digital prints for 25ยข
http://photos.yahoo.com/ph/print_splash


Back to the top