Fix typo in @ComponentScan Javadoc

With thanks to @abdull for pull request #55
master
Chris Beams 13 years ago
parent 6d94b74ab1
commit 352ed517c5
  1. 2
      spring-context/src/main/java/org/springframework/context/annotation/ComponentScan.java

@ -132,7 +132,7 @@ public @interface ComponentScan {
/** /**
* Declares the type filter to be used as an {@linkplain ComponentScan#includeFilters() * 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) @Retention(RetentionPolicy.RUNTIME)
@Target({}) @Target({})

Loading…
Cancel
Save