|
|
|
@ -90,7 +90,6 @@ import org.springframework.util.ClassUtils; |
|
|
|
* @see ScannedGenericBeanDefinition |
|
|
|
* @see ScannedGenericBeanDefinition |
|
|
|
* @see CandidateComponentsIndex |
|
|
|
* @see CandidateComponentsIndex |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
@SuppressWarnings("removal") // components index
|
|
|
|
|
|
|
|
public class ClassPathScanningCandidateComponentProvider implements EnvironmentCapable, ResourceLoaderAware { |
|
|
|
public class ClassPathScanningCandidateComponentProvider implements EnvironmentCapable, ResourceLoaderAware { |
|
|
|
|
|
|
|
|
|
|
|
static final String DEFAULT_RESOURCE_PATTERN = "**/*.class"; |
|
|
|
static final String DEFAULT_RESOURCE_PATTERN = "**/*.class"; |
|
|
|
|