Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Declaring multiple annotations

Filed: https://bugs.eclipse.org/bugs/show_bug.cgi?id=315820

On 6/4/10 2:04 PM, Andy Clement wrote:
It is a feature that could be added.  Please open an enhancement
request.  It would be a little ugly as it changes the serialized form
of the aspect - but it is doable.

Andy

On 4 June 2010 09:08, Chad La Joie<lajoie@xxxxxxxxx>  wrote:
Is it possible to declare multiple annotations with a single declare
statement?

For example:
declare @field : private String Foo.bar : @Foo @Bar;

If not currently, might this be a feature that could be added?
--
Chad La Joie
http://itumi.biz
trusted identities, delivered
_______________________________________________
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


--
Chad La Joie
http://itumi.biz
trusted identities, delivered


Back to the top