@RequiredArgsConstructor
초기화 되지 않은 final 필드와 @NotNull 어노테이션이 붙은 필드를 포함한 생성자를 생성해준다.
@AllArgsConstructor
모든 필드에 대해서 생성자를 생성해준다.
'개발 팁' 카테고리의 다른 글
JPA @Inheritance , @MappedSuperclass , @Embedded, @Embeddable (0) | 2023.02.24 |
---|---|
Redirect 와 Forward (0) | 2023.02.24 |
@JsonIgnore (0) | 2023.02.23 |
@RequestBody / @ResponseBody (0) | 2023.02.21 |
@ModelAttribute와 @RequestBody 차이점 (0) | 2023.02.21 |