Polish Javadoc

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4250 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Chris Beams 2011-05-06 19:00:38 +00:00
parent e8d1df5037
commit e21da602b7
2 changed files with 3 additions and 3 deletions

View File

@ -44,10 +44,9 @@ import org.springframework.core.type.filter.TypeFilter;
* @author Chris Beams
* @since 3.1
*/
@Documented
@FeatureAnnotation(parser=ComponentScanAnnotationParser.class)
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
@Documented
public @interface ComponentScan {
/**
@ -89,6 +88,7 @@ public @interface ComponentScan {
* necessary when using scopes in a proxy-style fashion.
* <p>The default is defer to the default behavior of the component scanner used to
* execute the actual scan.
* <p>Note that setting this attribute overrides any value set for {@link #scopeResolver()}.
* @see ClassPathBeanDefinitionScanner#setScopedProxyMode(ScopedProxyMode)
*/
ScopedProxyMode scopedProxy() default ScopedProxyMode.DEFAULT;

View File

@ -22,7 +22,7 @@ import org.springframework.context.annotation.ComponentScan.Filter;
import org.springframework.core.type.filter.TypeFilter;
/**
* Unit tests for {@link ComponentScan} annotation.
* Unit tests for the @ComponentScan annotation.
*
* @author Chris Beams
* @since 3.1