Package io.protostuff
Annotation Interface Tag
A field annotation to configure the field number explicitly.
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionOverrides the field name (useful for non-binary formats like json/xml/yaml).int
A value of 0x1F means the first 5 groups (1,2,4,8,16 - bits) will include this field.
-
Element Details
-
value
int value -
alias
String aliasOverrides the field name (useful for non-binary formats like json/xml/yaml). Optional.- Default:
""
-
groupFilter
int groupFilterA value of 0x1F means the first 5 groups (1,2,4,8,16 - bits) will include this field. A negative value of 0x1F means the first 5 groups will exclude this field. Optional.- Default:
0
-