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
Comment
Form
data
class
CommentForm
(
val
content
:
String
)
Members
Constructors
Comment
Form
Link copied to clipboard
constructor
(
content
:
String
)
Properties
content
Link copied to clipboard
@
NotBlank
(
message
=
"댓글 내용을 입력해주세요"
)
@
Size
(
min
=
1
,
max
=
1000
,
message
=
"댓글은 1000자를 초과할 수 없습니다"
)
val
content
:
String