We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
relay-novelopment/application/src/main/java/com/yoon/relayNovelopment/application/NovelBoardCreatorController.java
Line 19 in 61a6a92
에 의하면 Creator 를 @Autowired 로 주입 받고 있는데, 이유가 있을까요?
Creator
@Autowired
그 앞에서 롬복의 @RequiredArgsConst 로 생성자 주입을 받도록 강제하는데 field injection 이 또 필요한 이유를 못 찾겠습니다!
@RequiredArgsConst
그런 의미에서 대상객체와 협력 객체가 같은 라이프사이클을 탈 수 있도록 생성자 주입만 사용하는 편이 좋아보입니다
The text was updated successfully, but these errors were encountered:
No branches or pull requests
relay-novelopment/application/src/main/java/com/yoon/relayNovelopment/application/NovelBoardCreatorController.java
Line 19 in 61a6a92
에 의하면
Creator
를@Autowired
로 주입 받고 있는데, 이유가 있을까요?그 앞에서 롬복의
@RequiredArgsConst
로 생성자 주입을 받도록 강제하는데 field injection 이 또 필요한 이유를 못 찾겠습니다!그런 의미에서 대상객체와 협력 객체가 같은 라이프사이클을 탈 수 있도록 생성자 주입만 사용하는 편이 좋아보입니다
The text was updated successfully, but these errors were encountered: