Re: [aspectj-users] New feature of Aspectj 1.6.11

2010-12-14 Thread Matthew Adams
t regards > > JL Pasturel > > -- > *De :* aspectj-users-boun...@eclipse.org [mailto: > aspectj-users-boun...@eclipse.org] *De la part de* Matthew Adams > *Envoyé :* mardi 14 décembre 2010 16:16 > *À :* aspectj-users@eclipse.org > *Objet :* Re: [aspe

Re: [aspectj-users] New feature of Aspectj 1.6.11

2010-12-14 Thread jeanlouis.pasturel
: aspectj-users@eclipse.org Objet : Re: [aspectj-users] New feature of Aspectj 1.6.11 I might suggest moving the + or - sign inside the annotation to indicate the addition or removal of the annotation's member: declare @field: int aField: @Foo(+i=5) That way, you can add and remove annotation

Re: [aspectj-users] New feature of Aspectj 1.6.11

2010-12-14 Thread Matthew Adams
n-Louis Pasturel > > > -Message d'origine- > De : aspectj-users-boun...@eclipse.org > [mailto:aspectj-users-boun...@eclipse.org] De la part de Frank Pavageau > Envoyé : mardi 14 décembre 2010 10:30 > À : aspectj-users@eclipse.org > Objet : Re: [aspectj-users] New featu

Re: [aspectj-users] New feature of Aspectj 1.6.11

2010-12-14 Thread jeanlouis.pasturel
-boun...@eclipse.org] De la part de Frank Pavageau Envoyé : mardi 14 décembre 2010 10:30 À : aspectj-users@eclipse.org Objet : Re: [aspectj-users] New feature of Aspectj 1.6.11 Jean-Louis, why would adding / replacing @Foo remove @Bar at the same time, without an explicit -...@bar? I definitely wa

Re: [aspectj-users] New feature of Aspectj 1.6.11

2010-12-14 Thread Frank Pavageau
igine- > De : aspectj-users-boun...@eclipse.org > [mailto:aspectj-users-boun...@eclipse.org] De la part de Andy Clement > Envoyé : lundi 13 décembre 2010 18:57 > À : aspectj-users@eclipse.org > Objet : Re: [aspectj-users] New feature of Aspectj 1.6.11 > > Hi, > > I

Re: [aspectj-users] New feature of Aspectj 1.6.11

2010-12-13 Thread jeanlouis.pasturel
8:57 À : aspectj-users@eclipse.org Objet : Re: [aspectj-users] New feature of Aspectj 1.6.11 Hi, I actually have a whiteboard covered in syntax proposals around this topic :) Yes, for compatibility reasons we have to maintain the existing defined behaviour without inclusion of any special charact

Re: [aspectj-users] New feature of Aspectj 1.6.11

2010-12-13 Thread Andy Clement
Hi, I actually have a whiteboard covered in syntax proposals around this topic :) Yes, for compatibility reasons we have to maintain the existing defined behaviour without inclusion of any special characters. It will annotate the target or report an error if the target is already annotated. - r

[aspectj-users] New feature of Aspectj 1.6.11

2010-12-11 Thread Pasturel
I open a new thread to discuss the new feature of 1.6.11 about declare annotation The M1 comes with the removal of an annotation of field like specified in the readme : declare @field: int Foo.i: -...@anno; It gives me an idea with the + sign as this : declare @field: int Foo.i: +...@anno(par