org.apache.avro.specific
Annotation Type FixedSize


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

Declares the size of implementations of GenericFixed.


Required Element Summary
 int value
          The declared size of instances of classes with this annotation.
 

Element Detail

value

public abstract int value
The declared size of instances of classes with this annotation.



Copyright © 2010 The Apache Software Foundation