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:matt...@matthewadams.me <matt...@matthewadams.me>
skype:matthewadams12
googletalk:matt...@matthewadams.me
http://matthewadams.me
http://www.linkedin.com/in/matthewadams
_______________________________________________
aspectj-users mailing list
aspectj-users@eclipse.org
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Reply via email to