Definition Type: Element
Name: attribute
Namespace: http://www.springframework.org/schema/beans
Type: beans:metaType
Containing Schema: spring-beans-3.1.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into value in schema spring-beans-3_1_xsd Drilldown into key in schema spring-beans-3_1_xsd Drilldown into metaType in schema spring-beans-3_1_xsdXSD Diagram of attribute in schema spring-beans-3_1_xsd (Membrane Service Proxy)
Collapse XSD Schema Code:
<xsd:element name="attribute" type="metaType">
    <xsd:annotation>
        <xsd:documentation><![CDATA[
	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.
			]]></xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
key beans:key Required
value beans:value Required
Collapse Derivation Tree: