Add support for @ConstructorProperties · Issue #905 · FasterXML/jackson-databind

ConstructorProperties provide a standard way to communicate constructor properties. Currently, you have to use JsonCreator with JsonProperty to achieve the same behavior with jackson. Libraries lik...