Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Extending more than one aspect

That's right: an aspect can only extend one class or abstract aspect.
Perhaps try delegation, esp. to pointcuts defined elsewhere.
 
Wes
 
------------Original Message------------
From: Irum Godil <softwarengineer2004@xxxxxxxxx>
To: "AJDT USER" <aspectj-users@xxxxxxxxxxx>
Date: Tue, May-24-2005 6:26 PM
Subject: [aspectj-users] Extending more than one aspect
Hi,
I am wondering if it is possible to extend more than one aspect by an aspect. I do not see anything about it in the Programming Guide; it seems I cannot do it. How do I make an aspect inherit features from 2 different aspects?
 
Thanks.
Sincerely,
Irum Godil.


Do You Yahoo!?
Yahoo! Small Business - Try our new Resources site!_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Back to the top