-
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
You can try to access it via the Local that is stored in the IdentityStmt for the parameters; try casting the Local to JavaLocal and then there is a getter for Annotations. |
Beta Was this translation helpful? Give feedback.
-
First you have to get the method: you can find an example in the AnnotationUsageTest in method testAnnotationOnLocal() Edit: i have not tested the code above. there might be some mistakes |
Beta Was this translation helpful? Give feedback.
-
I think there should be a class
|
Beta Was this translation helpful? Give feedback.
Oh I see - then we have a problem. I'll create an Issue that this case is not covered.