File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
spring-context/src/main/resources/org/springframework/context/config Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 235235 use=" required" >
236236 <xsd : annotation >
237237 <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.
239239 ]]> </xsd : documentation >
240240 </xsd : annotation >
241241 </xsd : attribute >
Original file line number Diff line number Diff line change 235235 use=" required" >
236236 <xsd : annotation >
237237 <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.
239239 ]]> </xsd : documentation >
240240 </xsd : annotation >
241241 </xsd : attribute >
Original file line number Diff line number Diff line change @@ -6265,7 +6265,7 @@ are eligible for such autodetection:
62656265To autodetect these classes and register the corresponding beans, you need to add
62666266`@ComponentScan` to your `@Configuration` class, where the `basePackages` attribute
62676267is 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.)
62696269
62706270[source,java,indent=0]
62716271[subs="verbatim,quotes"]
You can’t perform that action at this time.
0 commit comments