Add core-di: constructor vs setter vs field injection and @Autowired candidate resolution on Boot 4.1
Co-Authored-By: Claude Sonnet 5 <[email protected]> Claude-Session: https://claude.ai/code/session_01JoVmf2fWvcpoXndcDSwRf7
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# Inside a Spring context all three styles work
|
||||
|
||||
ConstructorOrderService -> charged 700 cents for B-1
|
||||
SetterOrderService -> charged 700 cents for B-1
|
||||
FieldOrderService -> charged 700 cents for B-1
|
||||
Reference in New Issue
Block a user