Skip to content

Commit

Permalink
Mention WebProperties in deprecation of ResourceProperties
Browse files Browse the repository at this point in the history
Closes gh-28762
  • Loading branch information
wilkinsona committed Nov 22, 2021
1 parent dfc7503 commit 03e283a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
* @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)
Expand Down

0 comments on commit 03e283a

Please sign in to comment.