http://www.springframework.org/schema/beans
element null

Documentation
	Denotes a Java null value. Necessary because an empty "value" tag
	will resolve to an empty String, which will not be resolved to a
	null value unless a special PropertyEditor does so.
			
Properties
This component is not nillable.

Model
<null>
*
</null>

Source
<xsd:element name="null">
<xsd:complexType mixed="true">
<xsd:choice maxOccurs="unbounded" minOccurs="0"/>
</xsd:complexType>
</xsd:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.