summaryrefslogtreecommitdiff
path: root/test/AnnotationTest.thrift
diff options
context:
space:
mode:
authorDavid Reiss <dreiss@apache.org>2009-07-27 17:02:42 +0000
committerDavid Reiss <dreiss@apache.org>2009-07-27 17:02:42 +0000
commitc8e300533cc9d12ecb2325ec89b581647cb7707e (patch)
treefafc41893a631f4b1dca03ba1e3b302f2761e7ed /test/AnnotationTest.thrift
parentbbd55ad8da7141ec5339944b6f497555ba2a4f6b (diff)
downloadthrift-c8e300533cc9d12ecb2325ec89b581647cb7707e.tar.gz
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
Diffstat (limited to 'test/AnnotationTest.thrift')
-rw-r--r--test/AnnotationTest.thrift3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/AnnotationTest.thrift b/test/AnnotationTest.thrift
index dcc41b0bf..ef9ba13a7 100644
--- a/test/AnnotationTest.thrift
+++ b/test/AnnotationTest.thrift
@@ -29,3 +29,6 @@ struct foo {
python.type = "DenseFoo",
java.final = "",
)
+
+typedef string ( unicode.encoding = "UTF-16" ) non_latin_string
+typedef list< double ( cpp.fixed_point = "16" ) > tiny_float_list