@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @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.