Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] More precedence

Ok, I have several aspects that affect a single join point. They all define
a single piece of before advice that prints a message about what they're
doing.

Aspects:

Security (abstract)
|
--CustomSecurity
|
--MoreSecurity

Tracing

Notification

I have the following declaration:

declare dominates : Security+, *;

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com


Back to the top