@Target(value={ANNOTATION_TYPE,FIELD}) @Retention(value=RUNTIME) public @interface AvroDecimal
AvroSchemaGenerator
to declare the annotated property's logical type as "decimal" (LogicalTypes.Decimal).
By default, the Avro type is "bytes" (Schema.Type.BYTES), unless the field is also
annotated with AvroFixedSize, in which case the Avro type
will be "fixed" (Schema.Type.FIXED).
This annotation is only used during Avro schema generation and does not affect data serialization or deserialization.
Copyright © 2025 FasterXML. All rights reserved.