Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Multiple annotations using single declare @type?

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:matthew@xxxxxxxxxxxxxxx 
skype:matthewadams12
googletalk:matthew@xxxxxxxxxxxxxxx
http://matthewadams.me
http://www.linkedin.com/in/matthewadams


Back to the top