Files
spring-boot-demo/core-di/output/02-fields-and-finality.txt

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