diff --git a/thrift/annotation/python.thrift b/thrift/annotation/python.thrift index 3de4736c6..69c362737 100644 --- a/thrift/annotation/python.thrift +++ b/thrift/annotation/python.thrift @@ -97,5 +97,6 @@ struct UseCAPI { } /// Enables C++ Adapter for thrift-py3. It treats C++ Adapter on typedef as cpp.Type. +/// It is only available for typedefs that resolve to binary, string, and container type. @scope.Typedef struct Py3EnableCppAdapter {}