ComponentDefinition based on a standard BeanDefinition, exposing the given bean
definition as well as inner bean definitions and bean references for the given bean.
author: Rob Harrop author: Juergen Hoeller since: 2.0
equals(Object other) This implementations expects the other object to be of type BeanComponentDefinition
as well, in addition to the superclass's equality requirements.
Create a new BeanComponentDefinition for the given bean.
Parameters: holder - the BeanDefinitionHolder encapsulating thebean definition as well as the name of the bean