<xsd:element name="qualifier">
<xsd:annotation>
<xsd:documentation><![CDATA[
Bean definitions can provide qualifiers to match against annotations
on a field or parameter for fine-grained autowire candidate resolution.
]]></xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="attribute" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:attribute name="type" type="xsd:string" default="org.springframework.beans.factory.annotation.Qualifier" />
<xsd:attribute name="value" type="xsd:string" />
</xsd:complexType>
</xsd:element>
|