Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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




Back to the top