Doc: base-packages can be comma/semicolon/space/tab/linefeed-separated

Issue: SPR-12523
master
Juergen Hoeller 10 years ago
parent 0919a15f91
commit 6f2de283c4
  1. 2
      spring-context/src/main/resources/org/springframework/context/config/spring-context-4.0.xsd
  2. 2
      spring-context/src/main/resources/org/springframework/context/config/spring-context-4.1.xsd
  3. 2
      src/asciidoc/index.adoc

@ -235,7 +235,7 @@
use="required">
<xsd:annotation>
<xsd:documentation><![CDATA[
The comma-separated list of packages to scan for annotated components.
The comma/semicolon/space/tab/linefeed-separated list of packages to scan for annotated components.
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>

@ -235,7 +235,7 @@
use="required">
<xsd:annotation>
<xsd:documentation><![CDATA[
The comma-separated list of packages to scan for annotated components.
The comma/semicolon/space/tab/linefeed-separated list of packages to scan for annotated components.
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>

@ -6265,7 +6265,7 @@ are eligible for such autodetection:
To autodetect these classes and register the corresponding beans, you need to add
`@ComponentScan` to your `@Configuration` class, where the `basePackages` attribute
is a common parent package for the two classes. (Alternatively, you can specify a
comma-separated list that includes the parent package of each class.)
comma/semicolon/space-separated list that includes the parent package of each class.)
[source,java,indent=0]
[subs="verbatim,quotes"]

Loading…
Cancel
Save