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

Support type parameter annotations #152

Open
XakepSDK opened this issue Mar 26, 2019 · 1 comment
Open

Support type parameter annotations #152

XakepSDK opened this issue Mar 26, 2019 · 1 comment

Comments

@XakepSDK
Copy link

I request ability to use some/all annotations on type parameters.
Type parameter annotations are available since java 8
E.g.
Map<String, @JsonIgnoreProperties("ignore-me") Worker> map
This is very useful. I could drop some wrappers with this feature.

@cowtowncoder
Copy link
Member

Ok, if someone wants to tackle this, great!

But it would require a major rewrite of the whole annotation handling system so it's not a small change.

@cowtowncoder cowtowncoder changed the title Type parameter annotations Support type parameter annotations Jul 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants