Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Is it possible to add an annotation to a method parameter using AspectJ?

You are after all the 'not just yet' features aren't you :)

This one is: https://bugs.eclipse.org/bugs/show_bug.cgi?id=321820

Andy

On 8 December 2011 00:40, Mark <mark.kharitonov@xxxxxxxxx> wrote:
> For instance, I have this method:
>
>
> I would like to write an aspect that would add @MyAnnotation to the x
> parameter to yield:
>
>
> Thanks.
>
> --
> View this message in context: http://aspectj.2085585.n4.nabble.com/Is-it-possible-to-add-an-annotation-to-a-method-parameter-using-AspectJ-tp4171959p4171959.html
> Sent from the AspectJ - users mailing list archive at Nabble.com.
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users


Back to the top