# 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
