We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aefb2c commit 022b8b4Copy full SHA for 022b8b4
org.springframework.beans/src/main/resources/org/springframework/beans/factory/xml/spring-tool-3.0.xsd
@@ -19,7 +19,7 @@
19
<xsd:sequence minOccurs="0">
20
<xsd:element name="expected-type" type="typedParameterType" minOccurs="0" maxOccurs="1"/>
21
<xsd:element name="assignable-to" type="assignableToType" minOccurs="0" maxOccurs="1"/>
22
- <xsd:element name="exports" type="exportsType" minOccurs="0" maxOccurs="1"/>
+ <xsd:element name="exports" type="exportsType" minOccurs="0" maxOccurs="unbounded"/>
23
<xsd:element name="registers-scope" type="registersScopeType" minOccurs="0" maxOccurs="unbounded"/>
24
<xsd:element name="expected-method" type="expectedMethodType" minOccurs="0" maxOccurs="unbounded"/>
25
</xsd:sequence>
0 commit comments