Package org.tribuo.protos
Annotation Interface ProtoSerializableKeysValuesField
Annotation which denotes that the map field this is applied to is
serialized as two repeated fields, one for keys and one for values.
-
Required Element Summary
Modifier and TypeRequired ElementDescriptionThe name of the key field in the protobuf in Java.The name of the value field in the protobuf in Java. -
Optional Element Summary
Modifier and TypeOptional ElementDescriptionint
The protobuf version when this field was added.
-
Element Details
-
-
sinceVersion
int sinceVersionThe protobuf version when this field was added.- Returns:
- The version.
- Default:
- 0
-