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