Class RegisteredBean

java.lang.Object
org.springframework.beans.factory.support.RegisteredBean

public final class RegisteredBean extends Object
A RegisteredBean represents a bean that has been registered with a BeanFactory, but has not necessarily been instantiated. It provides access to the bean factory that contains the bean as well as the bean name. In the case of inner-beans, the bean name may have been generated.
Since:
6.0
Author:
Phillip Webb