Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] many aspects and who is first

Hello aspectj-users,

  If i've got a function - someFunction(..)
  And 2 aspect for its which run before this function: first is
  authorized aspect and second some logic. So if authorized module
  will be invoked not first, it's an error. So i have to do that logic
  aspect knows about authorized aspect and invokes its first.
  But that means aspects know about each other and they aren't
  independent.

  What will you say for this ? or maybe i don't understand something ?

-- 
Best regards,
 DarkIT                          mailto:darkit@xxxxxxx



Back to the top