This will typically be used by application contexts to register dependencies that are resolved in other ways, like BeanFactory through BeanFactoryAware or ApplicationContext through ApplicationContextAware.
By default, only the BeanFactoryAware interface is ignored. For further types to ignore, invoke this method for each type. @param ifc the dependency interface to ignore @see org.springframework.beans.factory.BeanFactoryAware @see org.springframework.context.ApplicationContextAware
|
|
|
|