Remove deprecation on CandidateComponentsIndex(Loader)

See gh-35472
This commit is contained in:
Juergen Hoeller
2025-10-11 15:10:42 +02:00
parent 2c83144946
commit 83efe8cff4
2 changed files with 0 additions and 2 deletions
@@ -90,7 +90,6 @@ import org.springframework.util.ClassUtils;
* @see ScannedGenericBeanDefinition
* @see CandidateComponentsIndex
*/
@SuppressWarnings("removal") // components index
public class ClassPathScanningCandidateComponentProvider implements EnvironmentCapable, ResourceLoaderAware {
static final String DEFAULT_RESOURCE_PATTERN = "**/*.class";