Co-Authored-By: Claude Sonnet 5 <[email protected]> Claude-Session: https://claude.ai/code/session_01JoVmf2fWvcpoXndcDSwRf7
6 lines
237 B
Plaintext
6 lines
237 B
Plaintext
# List, Map and Set injection; registered Push, Email, Sms in that order
|
|
|
|
List<Notifier> order : [SmsNotifier, EmailNotifier, PushNotifier]
|
|
Map<String,Notifier> : [pushNotifier, emailNotifier, smsNotifier]
|
|
Set<Notifier> size : 3
|