类 NamedBeanHolder<T>

    • 构造器详细资料

      • NamedBeanHolder

        public NamedBeanHolder​(String beanName,
                               T beanInstance)
        Create a new holder for the given bean name plus instance.
        参数:
        beanName - the name of the bean
        beanInstance - the corresponding bean instance