commit | c8e300533cc9d12ecb2325ec89b581647cb7707e | [log] [tgz] |
---|---|---|
author | David Reiss <dreiss@apache.org> | 周一 7月 27 17:02:42 2009 +0000 |
committer | David Reiss <dreiss@apache.org> | 周一 7月 27 17:02:42 2009 +0000 |
tree | fafc41893a631f4b1dca03ba1e3b302f2761e7ed | |
parent | bbd55ad8da7141ec5339944b6f497555ba2a4f6b [diff] |
THRIFT-413. Suppport for annotations on base types git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@798219 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/test/AnnotationTest.thrift b/test/AnnotationTest.thrift index dcc41b0..ef9ba13 100644 --- a/test/AnnotationTest.thrift +++ b/test/AnnotationTest.thrift
@@ -29,3 +29,6 @@ python.type = "DenseFoo", java.final = "", ) + +typedef string ( unicode.encoding = "UTF-16" ) non_latin_string +typedef list< double ( cpp.fixed_point = "16" ) > tiny_float_list