| Obtaining an aspects instance based on its pointcut [message #70284] |
Thu, 19 July 2007 01:49 |
Oren Mishali Messages: 10 Registered: July 2009 |
Junior Member |
|
|
Suppose we have the following aspect:
aspect A {
pointcut a(): B1.b1() || B2.b2() || B3.b3(); // See ***
before(): a(){
}
}
*** Each Bi defines a pointcut bi()
In the advice, we would like to obtain the instance of the aspect which
defins the actual pointcut (i.e. B1, B2, or B3). How do we do that?
Thanks,
Oren
|
|
|
Powered by
FUDForum. Page generated in 0.01336 seconds