Skip to content

Commit

Permalink
Fix typo in ImportCandidates javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyvdotbe authored and philwebb committed Jun 10, 2022
1 parent b4b8956 commit ed1e738
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -61,7 +61,7 @@ public Iterator<String> iterator() {
* 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
Expand Down

0 comments on commit ed1e738

Please sign in to comment.