I was looking for method to mark avro field deprecated in a way that generated Java code (getters, and setters for the field) are marked with @Deprecated
annotation.
Puting @Deprecated
into "doc"
field doesn't work, because generator puts it into /** javadoc */
.
.avsc
file in JSON format. (How) can I apply this answer? – Sherilyn