Co-Authored-By: Claude Sonnet 5 <[email protected]> Claude-Session: https://claude.ai/code/session_01JoVmf2fWvcpoXndcDSwRf7
6 lines
220 B
Plaintext
6 lines
220 B
Plaintext
# The order Spring touches one bean that uses all three styles
|
|
|
|
constructor : constructor arg=set, field=null, setter=null
|
|
setter : setter arg=set, field=set
|
|
@PostConstruct: constructor=set, field=set, setter=set
|