Fix typo in ImportCandidates javadoc

See gh-31277
This commit is contained in:
Anthony Vanelverdinghe
2022-06-08 15:27:54 +02:00
committed by Phillip Webb
parent b4b8956fba
commit ed1e7382ab

View File

@@ -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