I want to inject a Spring BeanFactory to a Bean created by the same BeanFactory is the any way to do so?
by the way, I'm developing a web application. If not I know that I can get the BeanFactory by having RequestContext but the bean I want to inject the BeanFactory is not in the requestContext but still in the application context. can I do that?