Package org.apache.avro.specific
Annotation Type FixedSize
Declares the size of implementations of
GenericFixed
.-
Required Element Summary
Modifier and TypeRequired ElementDescriptionint
The declared size of instances of classes with this annotation.
-
Element Details
-
value
int valueThe declared size of instances of classes with this annotation.
-