throwPrototypeCantBeContainerDestroyed(bean);
}
final Type disposableBean = this.getDisposableBean();
if (beanType.isAssignableTo(disposableBean)) {
context.warn("Ignoring the fact the bean implements DisposableBean (because its a prototype)"
+ (context.isDebugEnabled() ? "." : ", bean: " + bean));
}
}
// start creating the factory bean...