Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] Custom JoinPoints

Hi Savita,

It does not, although there is a long-standing related request for
enhancement to allow associating user state with join points (and their
static parts). See https://bugs.eclipse.org/bugs/show_bug.cgi?id=89009 for a
discussion of this. Is your desire to track state or do you want to override
behavior of join points?

-----Original Message-----
From: aspectj-users-bounces@xxxxxxxxxxx
[mailto:aspectj-users-bounces@xxxxxxxxxxx] On Behalf Of Chandan, Savita
Sent: Wednesday, September 27, 2006 2:08 PM
To: aspectj-users@xxxxxxxxxxx
Subject: [aspectj-users] Custom JoinPoints

 Hi

Does AspectJ allow inheriting from the JoinPoint class and creating a
custom JoinPoint class?
If it does how do I plug in the derived JoinPoint into AspectJ
framework?


Thanks,
Savita
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users



Back to the top