Clarify component scan include-filter semantics

Issue: SPR-13844
This commit is contained in:
Juergen Hoeller
2016-01-25 20:24:26 +01:00
parent ebad8db8d5
commit 837cb752a4
3 changed files with 14 additions and 5 deletions

View File

@@ -235,6 +235,9 @@
<xsd:annotation>
<xsd:documentation><![CDATA[
Controls which eligible types to include for component scanning.
Note that these filters will be applied in addition to the default filters, if specified.
Any type under the specified base packages which matches a given filter will be included,
even if it does not match the default filters (i.e. is not annotated with @Component).
]]></xsd:documentation>
</xsd:annotation>
</xsd:element>

View File

@@ -235,6 +235,9 @@
<xsd:annotation>
<xsd:documentation><![CDATA[
Controls which eligible types to include for component scanning.
Note that these filters will be applied in addition to the default filters, if specified.
Any type under the specified base packages which matches a given filter will be included,
even if it does not match the default filters (i.e. is not annotated with @Component).
]]></xsd:documentation>
</xsd:annotation>
</xsd:element>