Add annotations in classes generated by avro-maven-plugin
I am generating Java classes from AVSC file using the avro-maven-plugin
and I want to add annotation @JsonProperty
on the variable name.
I am generating Java classes from AVSC file using the avro-maven-plugin
and I want to add annotation @JsonProperty
on the variable name.