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

Documentation
	Arbitrary metadata attached to a bean definition.
			
Properties
This component is not nillable.

Model
<meta
  key = xsd:string
  value = xsd:string>

</meta>


Attribute Summary
 xsd:stringkey
           The key name of the metadata attribute being defined.  
 xsd:stringvalue
           The value of the metadata attribute being defined (as a simple String).  

Attribute Detail

key

The key name of the metadata attribute being defined.

Type:
xsd:string
Use:
required
Form:
unqualified

value

The value of the metadata attribute being defined (as a simple String).

Type:
xsd:string
Use:
required
Form:
unqualified

Source
<xsd:element name="meta" type="metaType">
</xsd:element>


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