Annotation Type Stringable


@Retention(RUNTIME) @Target({TYPE,FIELD}) @Documented public @interface 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.