diff --git a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ResourceProperties.java b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ResourceProperties.java index ad3d2aac76..7bf90836fb 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ResourceProperties.java +++ b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ResourceProperties.java @@ -32,7 +32,8 @@ import org.springframework.boot.context.properties.DeprecatedConfigurationProper * @author Kristine Jetzke * @since 1.1.0 * @deprecated since 2.4.0 for removal in 2.6.0 in favor of - * {@link WebProperties.Resources} + * {@link WebProperties.Resources} accessed through {@link WebProperties} and + * {@link WebProperties#getResources() getResources()} */ @Deprecated @ConfigurationProperties(prefix = "spring.resources", ignoreUnknownFields = false)