New issue
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
Analyzer should support metadata annotation syntax #4056
Comments
Added Waiting label. |
Added Triaged label. |
Set owner to @bwilkerson. |
http://codereview.chromium.org/10860012/ Added Fixed label. |
Can you guys verify that you allow metadata annotations in all the right places? Someone mentioned in passing that the implementation you have isn't complete (sorry that I do not have more details). |
Yes, unless the grammar has changed since we implemented this feature, we are accepting metadata in all of the places specified. Until earlier this week our metadata support was incomplete in that we were not recording the parsed information in the element model and hence not using it to ensure correctness, but that has been fixed for the two kinds of metadata defined in the "meta" package: @override and @deprecated. |
I'm not sure about timelines, but metadata on type variables is one thing |
Confirmed that metadata on type variables was indeed added after we implemented the feature (unless we just missed it the first time around). It has now been added. |
Per issue #3214.
The text was updated successfully, but these errors were encountered: