portfolio
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
portfolio
portfolio
/
org.project.portfolio.auth.presentation.request
/
EmailCheckForm
/
email
email
@
Size
(
max
=
254
,
message
=
"이메일은 254자 이하로 입력해주세요"
)
@
Pattern
(
regexp
=
"^[A-Za-z0-9._%+-]{1,64}@[A-Za-z0-9.-]+\.[A-Za-z]{2,}$"
,
message
=
"이메일 형식이 올바르지 않습니다"
)
val
email
:
String