Co-Authored-By: Claude Sonnet 5 <[email protected]> Claude-Session: https://claude.ai/code/session_01JoVmf2fWvcpoXndcDSwRf7
11 lines
222 B
Plaintext
11 lines
222 B
Plaintext
# Three SmartLifecycle beans registered in the order 300, 100, 200
|
|
|
|
=== refresh() ===
|
|
start A (phase 100)
|
|
start B (phase 200)
|
|
start C (phase 300)
|
|
=== close() ===
|
|
stop C (phase 300)
|
|
stop B (phase 200)
|
|
stop A (phase 100)
|