-
Notifications
You must be signed in to change notification settings - Fork 210
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
@readonly secondary tag would be useful for @property primary tag #123
Comments
|
I agree that this is an issue. In JavaScript, we typically treat properties as read-only. Marking them as final doesn't reflect the same meaning. I would like this support as well. (thanks for an awesome tool) |
OK, I'll take a look. |
We modified the source locally to make it work - I can submit a pull request tomorrow. |
Sure, patch welcome. :) |
@lannymcnie are you still able to submit a pull request for this? |
Maybe not yet. |
Currently the @readonly secondary tag is ignored if the primary tag is @Property. I would like to be able to add the "readonly" flag to properties as well, not just to @Attribute and @config elements.
The text was updated successfully, but these errors were encountered: