Skip to content
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

Handle site-target annotations #836

Open
BarkingBad opened this issue May 6, 2020 · 3 comments
Open

Handle site-target annotations #836

BarkingBad opened this issue May 6, 2020 · 3 comments
Assignees
Labels
enhancement An issue for a feature or an overall improvement

Comments

@BarkingBad
Copy link
Contributor

Handle collecting and rendergin all below annotations
https://kotlinlang.org/docs/reference/annotations.html#annotation-use-site-targets

@BarkingBad BarkingBad added the enhancement An issue for a feature or an overall improvement label May 6, 2020
@MarcinAman MarcinAman added this to the Stable milestone Apr 26, 2021
@yalishevant yalishevant modified the milestones: Stable, Backlog Nov 7, 2022
@yalishevant yalishevant assigned yalishevant and atyrin and unassigned yalishevant Nov 7, 2022
@yalishevant yalishevant added the good first issue A beginner-friendly issue for which some assistance is expected label Nov 7, 2022
@EmmanuelDav
Copy link

@yalishevant is this issue still open?

@IgnatBeresnev
Copy link
Member

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)

2023-01-14_00-02-19

Maybe it's missing something and I just don't see it? Does it look good to you? @atyrin @vmishenev

@IgnatBeresnev IgnatBeresnev added the awaiting response An issue/PR that cannot be completed without additional information or a discussion label Jan 13, 2023
@atyrin
Copy link
Contributor

atyrin commented Jan 16, 2023

For some reason, I don't see annotations in the sample. 1.7.20/master
image

@IgnatBeresnev IgnatBeresnev removed good first issue A beginner-friendly issue for which some assistance is expected awaiting response An issue/PR that cannot be completed without additional information or a discussion labels May 19, 2023
@IgnatBeresnev IgnatBeresnev removed this from the Backlog milestone Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An issue for a feature or an overall improvement
Projects
None yet
Development

No branches or pull requests

6 participants