Skip to main content

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

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.


Back to the top