Definition Type: Attribute
Name: default-lazy-init
Namespace: http://www.springframework.org/schema/beans
Type: beans:defaultable-boolean
Containing Schema: spring-beans-3.1.xsd
Default default
Use (Optional)
Documentation:
The default 'lazy-init' value; see the documentation for the 'lazy-init' attribute of the 'bean' element.
Collapse XSD Schema Diagram:
XSD Diagram of default-lazy-init in schema spring-beans-3_1_xsd (Membrane Service Proxy)
Collapse XSD Schema Code:
<xsd:attribute name="default-lazy-init" default="default" type="defaultable-boolean">
    <xsd:annotation>
        <xsd:documentation><![CDATA[
	The default 'lazy-init' value; see the documentation for the
	'lazy-init' attribute of the 'bean' element.
					]]></xsd:documentation>
    </xsd:annotation>
</xsd:attribute>
Collapse Derivation Tree: