Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Was my aspect implementation overriden?

I have created an aspect with inter-type method
declarations for classes that implement an interface. 
Now some of the classes that use this interface will
override the implementation provided by the aspect.  

At runtime, is there a way to ask an instance whether
it overrode the method provided in the aspect?  I just
need to know this within the aspect that provided the
method!

Thank you for your help!
Eyon

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Back to the top