You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: