FasterXML / jackson-annotations

Core annotations (annotations that only depend on jackson-core) for Jackson data processor
https://github.com/FasterXML/jackson
Apache License 2.0
1.03k stars 330 forks source link

Support type parameter annotations #152

Open XakepSDK opened 5 years ago

XakepSDK commented 5 years ago

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 commented 5 years ago

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.