My preference is always to use @Autowired on const...
# server
r
My preference is always to use @Autowired on constructors but that applies to any code I might write in Java as well. I have a visceral distaste for field injection and like things immutable so don’t use setters.