Adding parameters to copied annotations#1
Adding parameters to copied annotations#1yDelouis merged 1 commit intoyDelouis:782_otherAnnotationsfrom
Conversation
We are copying all annotations to overriden classes, methods, method arguments etc, what are not from our package. This commit adds the ability to AA to copy the annotation parameters, too. Note that annotation as an annotation parameter is not supported yet.
Adding parameters to copied annotations
|
👍 Great job ! Thanks |
|
I forgot to add license headers. Please merge the last commit from |
|
Done. |
|
Do you have any idea about annotation parameters? |
|
I tried using I succeed to make it work with annotation parameters using reflection to access the private constructor of |
|
Smells bad or not,unfortunately i see no way other than Reflection. |
|
I have pushed my changes on my PR to the excilys repo. |
No description provided.