Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Version 1.2??

Are you still using the version aspectJ1.2 ??
 
Is is right to say that the join points considered by aspectJ are the following??
 
  • Method call and execution
  • Constructor call and execution
  • Read/write access to a field
  • Exception handler execution
  • Object and class initialization execution 
Do you see other that I didn't cite???...
 
Thank you very much ,
 
Nadia.

Back to the top