Polishing contribution and Theme deprecation notices

Closes gh-28870
This commit is contained in:
rstoyanchev
2022-09-28 16:22:45 +01:00
parent cde92f5e1d
commit 9eaae0fe04
15 changed files with 18 additions and 17 deletions

View File

@@ -29,15 +29,13 @@ import org.springframework.util.Assert;
* as bean properties and being able to add and remove cookie to/from a
* given response.
*
* <p>Can serve as base class for components that generate specific cookies,
* such as CookieThemeResolver.
* <p>Can serve as base class for components that generate specific cookies.
*
* @author Juergen Hoeller
* @since 1.1.4
* @see #addCookie
* @see #removeCookie
* @see org.springframework.web.servlet.theme.CookieThemeResolver
* @deprecated since 6.0 in favor of {@link org.springframework.http.ResponseCookie}
* @deprecated as of 6.0 in favor of {@link org.springframework.http.ResponseCookie}
*/
@Deprecated
public class CookieGenerator {