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
Handle collecting and rendergin all below annotations https://kotlinlang.org/docs/reference/annotations.html#annotation-use-site-targets
The text was updated successfully, but these errors were encountered:
@yalishevant is this issue still open?
Sorry, something went wrong.
It does look like it's been implemented, the get/set part of it in #2049
Example from the linked page:
class Example(@field:Ann val foo: String, @get:Ann val bar: String, @param:Ann val quux: String)
Maybe it's missing something and I just don't see it? Does it look good to you? @atyrin @vmishenev
For some reason, I don't see annotations in the sample. 1.7.20/master
atyrin
No branches or pull requests
Handle collecting and rendergin all below annotations
https://kotlinlang.org/docs/reference/annotations.html#annotation-use-site-targets
The text was updated successfully, but these errors were encountered: