Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-dev] Sugestion

Hi all,

  I have a simple sugestion for upcomming versions of AspectJ. Just as we have 
class attributes for aspect compiled "classes" indicating the advices and 
pointcuts and giving information about them, we could have attributes in the 
base classes for introduced methods and fields. 
   
  That would help tools in visualizing aspect interference with respect to 
introductions, indicating that the method or field is not original but added by 
the aspect. The attribute could also give information about what aspect 
introduced the method or field.

Thanks,
Otavio Lemos


Back to the top