Skip to main content

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

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
>


Back to the top