Fix typo in @ComponentScan Javadoc

With thanks to @abdull for pull request #55
This commit is contained in:
Chris Beams
2012-03-09 10:50:44 +02:00
parent 6d94b74ab1
commit 352ed517c5

View File

@@ -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({})