blob: 0c4bca205a961716cef1222a13215b13925d430f [file] [log] [blame]
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
}