portfolio
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
portfolio
portfolio
/
org.project.portfolio.article.presentation.request
/
CommentForm
/
content
content
@
NotBlank
(
message
=
"댓글 내용을 입력해주세요"
)
@
Size
(
min
=
1
,
max
=
1000
,
message
=
"댓글은 1000자를 초과할 수 없습니다"
)
val
content
:
String