Skip to main content

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

Of course you are right, I should be able to do add the functionality to
AspectJ, that is something that is under our control. I will also create
a case for letting users create custom JoinPoints in AspectJ. Iam sure
if Aspectwerkz allowed it and aspectbench allows it, there are already
compelling usecases for having done that in these products.

-----Original Message-----
From: aspectj-users-bounces@xxxxxxxxxxx
[mailto:aspectj-users-bounces@xxxxxxxxxxx] On Behalf Of Wes
Sent: Wednesday, September 27, 2006 9:01 PM
To: aspectj-users@xxxxxxxxxxx
Subject: Re: [aspectj-users] Custom JoinPoints

AspectJ is open-source, so you can write and use a different
implementation.
aspectjrt.jar combines the runtime and aspectj5rt projects.

Just make sure it's binary-compatible, and, for clarity's sake, rename
the 
jar as your internal version - e.g., "aspectjrt-tencor-1.1.jar"

If you want us to support new features, please submit a compelling
bug/use-case.

Thanks - 
Wes

http://www.eclipse.org/aspectj/doc/released/faq.html#q:buildingsource
http://dev.eclipse.org/bugs/enter_bug.cgi?product=AspectJ

> ------------Original Message------------
> From: "Chandan, Savita" <Savita.Chandan@xxxxxxxxxxxxxx>
> To: aspectj-users@xxxxxxxxxxx
> Date: Wed, Sep-27-2006 2:08 PM
> 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
> 

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


Back to the top