-
-
Notifications
You must be signed in to change notification settings - Fork 395
New issue
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
Prefer constructor injection #1226
base: master
Are you sure you want to change the base?
Prefer constructor injection #1226
Conversation
697d909
to
0652b33
Compare
Ping @goekay |
Remove @Autowired and @PostContruct everywhere possible Use Lombok @requiredargsconstructor everywhere possible
0652b33
to
a4dbd53
Compare
Ping @goekay |
Ping @goekay Should I close or update this PR? |
(https://docs.spring.io/spring-framework/reference/core/beans/dependencies/factory-collaborators.html) |
First baby step for #1202