Definition Type: Attribute
Name: autowire-candidate
Namespace: http://www.springframework.org/schema/beans
Type: beans:defaultable-boolean
Containing Schema: spring-beans-3.1.xsd
Default default
Use (Optional)
Documentation:
Indicates whether or not this bean should be considered when looking for matching candidates to satisfy another bean's autowiring requirements. Note that this does not affect explicit references by name, which will get resolved even if the specified bean is not marked as an autowire candidate.
Collapse XSD Schema Diagram:
XSD Diagram of autowire-candidate in schema spring-beans-3_1_xsd (Membrane Service Proxy)
Collapse XSD Schema Code:
<xsd:attribute name="autowire-candidate" default="default" type="defaultable-boolean">
    <xsd:annotation>
        <xsd:documentation><![CDATA[
	Indicates whether or not this bean should be considered when looking
	for matching candidates to satisfy another bean's autowiring requirements.
	Note that this does not affect explicit references by name, which will get
	resolved even if the specified bean is not marked as an autowire candidate.
				]]></xsd:documentation>
    </xsd:annotation>
</xsd:attribute>
Collapse Derivation Tree: