This commit is contained in:
Phillip Webb 2012-10-23 07:07:59 -07:00
parent 3bb515bec7
commit 33d37e8680
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ public @interface ComponentScan {
* <p>Specifying zero classes is permitted but will have no effect on component
* scanning.
*/
Class<?>[] value(); //doco
Class<?>[] value();
}
}