| Enum | Description |
|---|---|
| ThriftField.Recursiveness | |
| ThriftField.Requiredness |
Indicates the behavior for a field when a value is not received, or when the value
of the field is not set when sending.
|
| Annotation Type | Description |
|---|---|
| ThriftConstructor |
The constructor Thrift should use when creating the class.
|
| ThriftEnum | |
| ThriftEnumValue |
Marks the method of a Thrift enum that will return the value of the enum constant in Thrift.
|
| ThriftField |
Marks a field, method or parameter as a Thrift field.
|
| ThriftIdlAnnotation | |
| ThriftStruct | |
| ThriftUnion | |
| ThriftUnionId |
Marks a field or method as the field containing the state of an union.
|
Copyright © 2012-2016 Facebook, Inc.. All Rights Reserved.