I’m looking at these gihub issues:
https://github.com/FasterXML/jackson-databind/issues/269
https://github.com/FasterXML/jackson-annotations/pull/13
And it’s not clear to me why I can’t get the functionality to work. I might be doing wrong in the process I’ve described on stackoverflow here:
From everything I’ve read it appears that support for the @JsonPropertyDescription should be in the latest code (I’m using 2.4.1) but it’s getting ignored when I generate my schema objects. Has anyone seen this before? Can anyone confirm that AnnotationDescriptor supports @JsonPropertyDescription?
Jesse