Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
6c002b61e591b712fca2713eefd3e99c5782bb21
/
.
/
lib
/
kotlin
/
src
/
test
/
resources
/
AnnotationTest.thrift
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
}