Consistent deprecation markers for 6.2
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2002-2022 the original author or authors.
|
||||
* Copyright 2002-2024 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -46,9 +46,9 @@ import org.springframework.web.server.ServerWebExchange;
|
||||
* @author Brian Clozel
|
||||
* @since 5.0
|
||||
* @see <a href="https://www.webjars.org">webjars.org</a>
|
||||
* @deprecated as of Spring Framework 6.2 in favor of {@link LiteWebJarsResourceResolver}
|
||||
* @deprecated as of 6.2, in favor of {@link LiteWebJarsResourceResolver}
|
||||
*/
|
||||
@Deprecated(forRemoval = true)
|
||||
@Deprecated(since = "6.2", forRemoval = true)
|
||||
public class WebJarsResourceResolver extends AbstractResourceResolver {
|
||||
|
||||
private static final String WEBJARS_LOCATION = "META-INF/resources/webjars/";
|
||||
|
||||
Reference in New Issue
Block a user