Browse Source

Merge branch '2.7.x'

Closes gh-31340
pull/31344/head
Phillip Webb 4 years ago
parent
commit
cb745b4259
  1. 2
      spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/annotation/ImportCandidates.java

2
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/annotation/ImportCandidates.java

@ -61,7 +61,7 @@ public final class ImportCandidates implements Iterable<String> { @@ -61,7 +61,7 @@ public final class ImportCandidates implements Iterable<String> {
* Loads the names of import candidates from the classpath.
*
* The names of the import candidates are stored in files named
* {@code META-INF/spring/full-qualified-annotation-name.import} on the classpath.
* {@code META-INF/spring/full-qualified-annotation-name.imports} on the classpath.
* Every line contains the full qualified name of the candidate class. Comments are
* supported using the # character.
* @param annotation annotation to load

Loading…
Cancel
Save