org.apache.avro.reflect
Annotation Type Stringable


@Retention(value=RUNTIME)
@Target(value=TYPE)
@Documented
public @interface Stringable

Declares that a class 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.



Copyright © 2010 The Apache Software Foundation