Package org.apache.avro.reflect
Annotation Type Stringable
Declares that a class or field should be represented by an Avro string. It's
Object.toString()
method will be used to convert it to a string, and
its single String parameter constructor will be used to create instances.