Definition Type: Attribute
Name: default-autowire
Namespace: http://www.springframework.org/schema/beans
Type: NMTOKEN:http://www.w3.org/2001/XMLSchema
Containing Schema: spring-beans-3.1.xsd
ContentType Restriction
Default default
Use (Optional)
Documentation:
The default 'autowire' value; see the documentation for the 'autowire' attribute of the 'bean' element. The default is 'default'.
Collapse XSD Schema Diagram:
XSD Diagram of default-autowire in schema spring-beans-3_1_xsd (Membrane Service Proxy)
Collapse XSD Schema Code:
<xsd:attribute name="default-autowire" default="default">
    <xsd:annotation>
        <xsd:documentation><![CDATA[
	The default 'autowire' value; see the documentation for the
	'autowire' attribute of the 'bean' element. The default is 'default'.
					]]></xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="xsd:NMTOKEN">
            <xsd:enumeration value="default" />
            <xsd:enumeration value="no" />
            <xsd:enumeration value="byName" />
            <xsd:enumeration value="byType" />
            <xsd:enumeration value="constructor" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:attribute>
Collapse Facets:
Facet Value
Enumeration default
Enumeration no
Enumeration byName
Enumeration byType
Enumeration constructor