You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "James Haggerty (JIRA)" <ji...@apache.org> on 2013/06/22 13:38:19 UTC

[jira] [Created] (THRIFT-2060) Copy some annotations to generated Python

James Haggerty created THRIFT-2060:
--------------------------------------

             Summary: Copy some annotations to generated Python
                 Key: THRIFT-2060
                 URL: https://issues.apache.org/jira/browse/THRIFT-2060
             Project: Thrift
          Issue Type: Improvement
          Components: Python - Compiler
            Reporter: James Haggerty
            Priority: Minor


I noticed today that thrift has annotations (for all fields), but at the moment these are exclusively used to inform the compiler (about things like final).

It would be very useful to pass these annotations on to the generated code. In our use case, we'd like to annotate functions/structs with access control information. Attached patch does this for Python with a new option (annotations).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira