Co-Authored-By: Claude Sonnet 5 <[email protected]> Claude-Session: https://claude.ai/code/session_01JoVmf2fWvcpoXndcDSwRf7
9 lines
362 B
Plaintext
9 lines
362 B
Plaintext
# Which injected fields can be final? (reflection over the three variants)
|
|
|
|
ConstructorOrderService gateway final=true
|
|
ConstructorOrderService notifier final=true
|
|
SetterOrderService gateway final=false
|
|
SetterOrderService notifier final=false
|
|
FieldOrderService gateway final=false
|
|
FieldOrderService notifier final=false
|