File tree 3 files changed +3
-3
lines changed
spring-context/src/main/resources/org/springframework/context/config
3 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 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 @@ -6265,7 +6265,7 @@ are eligible for such autodetection:
6265
6265
To autodetect these classes and register the corresponding beans, you need to add
6266
6266
`@ComponentScan` to your `@Configuration` class, where the `basePackages` attribute
6267
6267
is a common parent package for the two classes. (Alternatively, you can specify a
6268
- comma-separated list that includes the parent package of each class.)
6268
+ comma/semicolon/space -separated list that includes the parent package of each class.)
6269
6269
6270
6270
[source,java,indent=0]
6271
6271
[subs="verbatim,quotes"]
You can’t perform that action at this time.
0 commit comments