We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assuming you have this annotation:
@interface Parameter { String value(); }
If you invocate the field value, Spoon build a CtExecutableReference and you can't get the field declaration cause of this reference.
value
CtExecutableReference
The text was updated successfully, but these errors were encountered:
CtAnnotationType contains implicit methods for each field OR CtAnnotationTypeField implements CtField,CtMethod
Sorry, something went wrong.
TODO remove if check in MainTest for this
No branches or pull requests
Assuming you have this annotation:
If you invocate the field
value
, Spoon build aCtExecutableReference
and you can't get the field declaration cause of this reference.The text was updated successfully, but these errors were encountered: