# 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)
