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

Documentation
	A qualifier element may contain attribute child elements as key-value
	pairs. These will be available for matching against attributes of a
	qualifier annotation on an autowired field or parameter if present.
			
Properties
This component is not nillable.

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

</attribute>


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="attribute" type="metaType">
</xsd:element>


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