blob: 0c4bca205a961716cef1222a13215b13925d430f [file] [log] [blame]
Jiayu Liu6c002b62022-05-07 00:40:03 +08001namespace java org.apache.thrift.kotlin.annotation.test
2
3struct Person {
4 1: required i64 id (min="1", max="100000")
5 2: required string name
6 3: optional string phoneNumber
7}