elimination of gluecode , a requirement?
"Roger Johansson" <[email protected]>
| Newsgroups | gmane.comp.programming.aspect.general |
|---|---|
| Message-ID | <[email protected]> |
Is the elimination of gluecode a requirement for something to be aop?
eg if we place the following code in every method:
public type somemethod()
{
Hub.Notify(thisCall); //<-- manual code in every method
//dostuff
}
if that "hub" would then pointcut different calls and trigger different aspects, would that still be AOP?
or is it only aop when the method looks like:
public type somemethod()
{
//dostuff
}
//Roger
__________________________________________________
AOSD Discuss mailing list - [email protected]
To unsubscribe go to http://aosd.net
Check out the AOSD.net Wiki: http://aosd.net/wiki