Definition Type: Attribute
Name: 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:
Indicates whether or not this bean is to be lazily initialized. If false, it will be instantiated on startup by bean factories that perform eager initialization of singletons. The default is "false". Note: This attribute will not be inherited by child bean definitions. Hence, it needs to be specified per concrete bean definition.
Collapse XSD Schema Diagram:
XSD Diagram of lazy-init in schema spring-beans-3_1_xsd (Membrane Service Proxy)
Collapse XSD Schema Code:
<xsd:attribute name="lazy-init" default="default" type="defaultable-boolean">
    <xsd:annotation>
        <xsd:documentation><![CDATA[
	Indicates whether or not this bean is to be lazily initialized.
	If false, it will be instantiated on startup by bean factories
	that perform eager initialization of singletons. The default is
	"false".

	Note: This attribute will not be inherited by child bean definitions.
	Hence, it needs to be specified per concrete bean definition.
				]]></xsd:documentation>
    </xsd:annotation>
</xsd:attribute>
Collapse Derivation Tree: