- All Implemented Interfaces:
- org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.core.Ordered
public class CycleOrderingProcessor
extends Object
implements org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.core.Ordered
Simple processor for sorting out cycles between beans. Inspects the construction relationship between beans to
provide hints to the container. Specifically, it forces the creation of any beans referred inside the construction
through the 'depends-on' attribute on the inspected bean.
- Author:
- Costin Leau