Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] Mixin migration

Hi,
    I am trying to introduce PropertyChangeSupport to make a bean track
changes. So it is perClass, I think.
Correct me if I am wrong because I am not an AOP expert.

    I was trying to find how to do this with the current implementation
of AspectJ.
      
Mohan
-----Original Message-----
From: aspectj-users-bounces@xxxxxxxxxxx
[mailto:aspectj-users-bounces@xxxxxxxxxxx] On Behalf Of Alexandre
Vasseur
Sent: Thursday, July 28, 2005 1:35 PM
To: aspectj-users@xxxxxxxxxxx
Subject: Re: [aspectj-users] Mixin migration

Hi Mohan

Don't expect mixin to be implemented in the upcoming AspectJ 5 M3
milestones. It will be in the M4.

I'll be interested though in knowing more what kind of feature from
AspectWerkz mixin you are using (f.e. perClass / perInstance from
AspectWerkz 2.0, transient mixin, custom mixin factory)

Alex

On 7/28/05, mohan.radhakrishnan@xxxxxxxxxxxxx
<mohan.radhakrishnan@xxxxxxxxxxxxx> wrote:
>  
>  
> Hi, 
>       I have a @Mixin tag in my AspectWerkz program. How do I migrate 
> this to aspectJ ?  I am using AspectJ5.
>   
> Thanks,
> Mohan
> 
> 
> 
> 
> This message is for the designated recipient only and may contain 
> privileged, proprietary, or otherwise private information. If you have

> received it in error, please notify the sender immediately and delete 
> the original. Any other use of the email by you is prohibited.
> _______________________________________________
> 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


This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information.  If you have received it in error, please notify the sender immediately and delete the original.  Any other use of the email by you is prohibited.


Back to the top