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

Documentation
	A key element can contain an inner bean, ref, value, or collection.
			
Properties
This component is not nillable.

Model
<key>
(description?, (bean | ref | idref | value | null | array | list | set | map | props | (any element from any other namespace)*)* )
</key>


Nested Element Summary
 array
          
 bean
          
 description
          
 idref
          
 list
          
 map
          
 null
          
 props
          
 ref
          
 set
          
 value
          
Source
<xsd:element name="key">
<xsd:complexType>
<xsd:group ref="collectionElements"/>
</xsd:complexType>
</xsd:element>


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