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

#204 added allowRepeatedNames flag, to be able to check for repeated type names #205

Closed ancane closed 2 years ago

cowtowncoder commented 2 years ago

Ok, sounds good. But I would like to reverse the logic (to have default be false): so instead of allowRepeatedNames how about failOnRepeatedNames? (or disallowRepeatedNames if you prefer).

Aside from that I think it's all fine; I just need CLA as per my notes on databind issue.

Looking forward to merging this for 2.14 release!