# Fix 4: ObjectProvider<OrderService> in NotificationService

started: true
place("kettle") -> order placed: charged, e-mail says: 1 x kettle

--- the same provider, but getObject() is called inside the constructor ---
started: false
root cause: Error creating bean with name 'cycleFixesTest.EagerNotifier': Requested bean is currently in creation: Is there an unresolvable circular reference or an asynchronous initialization dependency?

--- the provider needs no proxy, so a final class is fine ---
started: true
hello() -> hello
