Skip to content

Commit

Permalink
Comment: Add comment to CreateMemberDto
Browse files Browse the repository at this point in the history
CreateMemberDto를 설명하는 주석을 추가함
Github issue #3
  • Loading branch information
honeyl3ee committed Oct 25, 2023
1 parent 6ccad76 commit 99e490c
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,14 @@
import javax.validation.constraints.Pattern;
import javax.validation.constraints.Size;

/**
* 멤버 생성 DTO
*/
public class CreateMemberDto {

/**
* 멤버 생성 요청 dto. 이메일과 패스워드의 유효성을 검증함
*/
@Getter
@NoArgsConstructor(access = AccessLevel.PROTECTED)
static public class Request {
Expand Down

0 comments on commit 99e490c

Please sign in to comment.