mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Fix typo in @ComponentScan Javadoc
With thanks to @abdull for pull request #55
This commit is contained in:
+1
-1
@@ -132,7 +132,7 @@ public @interface ComponentScan {
|
||||
|
||||
/**
|
||||
* Declares the type filter to be used as an {@linkplain ComponentScan#includeFilters()
|
||||
* include filter} or {@linkplain ComponentScan#includeFilters() exclude filter}.
|
||||
* include filter} or {@linkplain ComponentScan#excludeFilters() exclude filter}.
|
||||
*/
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@Target({})
|
||||
|
||||
Reference in New Issue
Block a user