summaryrefslogtreecommitdiff
path: root/lib/kotlin/src/test/resources/AnnotationTest.thrift
blob: 0c4bca205a961716cef1222a13215b13925d430f (plain)
1
2
3
4
5
6
7
namespace java org.apache.thrift.kotlin.annotation.test

struct Person {
  1: required i64 id (min="1", max="100000")
  2: required string name
  3: optional string phoneNumber
}