Uses of Class
org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider

Packages that use ClassPathScanningCandidateComponentProvider
org.springframework.context.annotation Annotation support for context configuration, including classpath scanning for autowire candidates. 
 

Uses of ClassPathScanningCandidateComponentProvider in org.springframework.context.annotation
 

Subclasses of ClassPathScanningCandidateComponentProvider in org.springframework.context.annotation
 class ClassPathBeanDefinitionScanner
          A bean definition scanner that detects bean candidates on the classpath, registering corresponding bean definitions with a given registry (BeanFactory or ApplicationContext).
 



Copyright © 2002-2008 The Spring Framework.