Consistent deprecation markers for 6.2
This commit is contained in:
@@ -47,9 +47,9 @@ import org.springframework.lang.Nullable;
|
||||
* @see org.springframework.web.servlet.config.annotation.ResourceChainRegistration
|
||||
* @see <a href="https://www.webjars.org">webjars.org</a>
|
||||
* @see LiteWebJarsResourceResolver
|
||||
* @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