diff --git a/spring-boot/src/main/java/org/springframework/boot/context/properties/EnableConfigurationPropertiesImportSelector.java b/spring-boot/src/main/java/org/springframework/boot/context/properties/EnableConfigurationPropertiesImportSelector.java index 96cb5cc410d..12e0f1a996c 100644 --- a/spring-boot/src/main/java/org/springframework/boot/context/properties/EnableConfigurationPropertiesImportSelector.java +++ b/spring-boot/src/main/java/org/springframework/boot/context/properties/EnableConfigurationPropertiesImportSelector.java @@ -45,7 +45,6 @@ import org.springframework.util.StringUtils; * @author Christian Dupuis * @author Stephane Nicoll */ -@Deprecated class EnableConfigurationPropertiesImportSelector implements ImportSelector { @Override