Annotation Interface FromThrift
Marks a method as being a conversion from a native Thrift type to a Java Type. A method with
this annotation must be public, static, with a single parameter of a native Thrift type, and can
return any Java type other than void.