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

(Java 16+) Support using @Comment and @SerializedName on record components #50

Open
Juuxel opened this issue May 24, 2021 · 0 comments
Open
Labels
enhancement New feature or request
Milestone

Comments

@Juuxel
Copy link
Contributor

Juuxel commented May 24, 2021

Currently, fetching them (for my WIP record adapter) needs me to reflect the backing field of the record component, as the annotation goes onto the field. Having ElementType.RECORD_COMPONENT as a possible target would make the code cleaner (without the additional getField calls).

Of course, it's only available on Java 16 and newer so this is for the far future 😄

@falkreon falkreon added this to the 2.1.0 milestone May 25, 2021
@falkreon falkreon added the enhancement New feature or request label May 25, 2021
@Juuxel Juuxel changed the title (Java 16+) Support using @Comment on record components (Java 16+) Support using @Comment and @SerializedName on record components May 25, 2021
@falkreon falkreon modified the milestones: 2.1.0, 2.0.0 Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants