It will be in 1.7.1 - I haven't yet uploaded a dev build of it, I'll do that shortly (and put it in our maven snapshots area)
Andy On 18 August 2012 06:33, Matthew Adams <[email protected]> wrote: > Andy, thanks a lot for doing that! I realy appreciate it. I'll grab > the latest and try it out. What release do you suppose that'll be a > part of? > > -Matthew > > Sent from my iPhone > > On Aug 17, 2012, at 4:44 PM, Andy Clement <[email protected]> wrote: > >> But something I did just fix for you... itd fields on interfaces now >> preserve names, the 8 year old issue ( >> https://bugs.eclipse.org/bugs/show_bug.cgi?id=73507 ). A 5 digit >> bugzilla number, that's how old it is. >> >> Andy >> >> On 17 August 2012 10:46, Matthew Adams <[email protected]> wrote: >>> Oh, yeah. I knew it was out there... >>> >>> >>> On Thu, Aug 16, 2012 at 1:08 PM, Andy Clement <[email protected]> >>> wrote: >>>> >>>> Hi Matthew, >>>> >>>> I guess you mean https://bugs.eclipse.org/bugs/show_bug.cgi?id=356594 >>>> - which you raised :) >>>> >>>> I just had a quick look and added a testcase but the implementation >>>> isn't as trivial as I'd hoped. A lot of infrastructure is just >>>> dealing with one annotation per declare anno statement. >>>> >>>> cheers, >>>> Andy >>>> >>>> On 16 August 2012 07:13, Matthew Adams <[email protected]> wrote: >>>>> Hi all, >>>>> >>>>> I recall this was a question a couple of years ago. >>>>> >>>>> Can you now use a single "declare @type" statement to introduce several >>>>> annotations at once? That way, instead of: >>>>> >>>>> declare @type : org.example.foo.Bar+ : @Goo; >>>>> declare @type : org.example.foo.Bar+ : @Hoo; >>>>> >>>>> you could write: >>>>> >>>>> declare @type : org.example.foo.Bar+ : @Goo, @Hoo; >>>>> >>>>> Thanks, >>>>> Matthew >>>>> -- >>>>> mailto:[email protected] >>>>> skype:matthewadams12 >>>>> googletalk:[email protected] >>>>> http://matthewadams.me >>>>> http://www.linkedin.com/in/matthewadams >>>>> >>>>> >>>>> _______________________________________________ >>>>> aspectj-users mailing list >>>>> [email protected] >>>>> https://dev.eclipse.org/mailman/listinfo/aspectj-users >>>>> >>>> _______________________________________________ >>>> aspectj-users mailing list >>>> [email protected] >>>> https://dev.eclipse.org/mailman/listinfo/aspectj-users >>> >>> >>> >>> >>> -- >>> mailto:[email protected] >>> skype:matthewadams12 >>> googletalk:[email protected] >>> http://matthewadams.me >>> http://www.linkedin.com/in/matthewadams >>> >>> >>> _______________________________________________ >>> aspectj-users mailing list >>> [email protected] >>> https://dev.eclipse.org/mailman/listinfo/aspectj-users >>> >> _______________________________________________ >> aspectj-users mailing list >> [email protected] >> https://dev.eclipse.org/mailman/listinfo/aspectj-users > _______________________________________________ > aspectj-users mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/aspectj-users _______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
