Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] ordered aspects


Hi,

I think you need to refer to the section on advice precedence in the AspectJ Programming Guide here ...

http://dev.eclipse.org/viewcvs/indextech.cgi/~checkout~/aspectj-home/doc/progguide/printable.html#d0e5867

Hope this helps,
George
________________________________________
George C. Harley




"R.Adamus" <radamus@xxxxxxxxxxxxx>
Sent by: aspectj-users-admin@xxxxxxxxxxx

07/04/2004 09:03

Please respond to
aspectj-users

To
aspectj-users@xxxxxxxxxxx
cc
Subject
[aspectj-users] ordered aspects





Hello,

I have a question about AspectJ semantics.
Assume the situation where two concerns (concern2 and concern3) have the same pointcut to the
base concern1. Let say before call to the method foo(). Is it possible
at all? Which concern will be executed first?

--
Best regards,
R.Adamus                          mailto:radamus@xxxxxxxxxxxxx


_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/aspectj-users


Back to the top