File tree 2 files changed +3
-3
lines changed
spring-context/src/main/resources/org/springframework/context/config
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 235
235
use=" required" >
236
236
<xsd : annotation >
237
237
<xsd : documentation ><![CDATA[
238
- The comma-separated list of packages to scan for annotated components.
238
+ The comma/semicolon/space/tab/linefeed -separated list of packages to scan for annotated components.
239
239
]]> </xsd : documentation >
240
240
</xsd : annotation >
241
241
</xsd : attribute >
Original file line number Diff line number Diff line change @@ -5976,8 +5976,8 @@ are eligible for such autodetection:
5976
5976
5977
5977
To autodetect these classes and register the corresponding beans, you need to include
5978
5978
the following element in XML, where the base-package element is a common parent package
5979
- for the two classes. (Alternatively, you can specify a comma-separated list that
5980
- includes the parent package of each class.)
5979
+ for the two classes. (Alternatively, you can specify a comma/semicolon/space/tab/linefeed-
5980
+ separated list that includes the parent package of each class.)
5981
5981
5982
5982
[source,xml,indent=0]
5983
5983
[subs="verbatim,quotes"]
You can’t perform that action at this time.
0 commit comments