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

Documentation
	Bean definitions can provide qualifiers to match against annotations
	on a field or parameter for fine-grained autowire candidate resolution.
			
Properties
This component is not nillable.

Model
<qualifier
  type = xsd:string : org.springframework.beans.factory.annotation.Qualifier
  value = xsd:string>
attribute*
</qualifier>


Nested Element Summary
 attribute
          

Attribute Summary
 xsd:stringtype
          
 xsd:stringvalue
          

Attribute Detail

type

Type:
xsd:string
Default:
org.springframework.beans.factory.annotation.Qualifier
Use:
optional
Form:
unqualified

value

Type:
xsd:string
Use:
optional
Form:
unqualified

Source
<xsd:element name="qualifier">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="attribute"/>
</xsd:sequence>
<xsd:attribute default="org.springframework.beans.factory.annotation.Qualifier" name="type" type="xsd:string"/>
<xsd:attribute name="value" type="xsd:string"/>
</xsd:complexType>
</xsd:element>


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