- Published on
Circular References and the Limits of @Lazy
How I resolved a circular reference between ProductService and OptionService in a gift API by revisiting dependency direction instead of hiding it with @Lazy.
SpringDependency-InjectionArchitectureBackend