Link to section in reference manual

This commit is contained in:
Sam Brannen 2024-02-18 18:19:59 +01:00
parent bc2895a30b
commit c6e6a3e44d
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/* /*
* Copyright 2002-2020 the original author or authors. * Copyright 2002-2024 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -20,8 +20,8 @@ package org.springframework.context.annotation;
* Enumerates the various scoped-proxy options. * Enumerates the various scoped-proxy options.
* *
* <p>For a more complete discussion of exactly what a scoped proxy is, see the * <p>For a more complete discussion of exactly what a scoped proxy is, see the
* section of the Spring reference documentation entitled '<em>Scoped beans as * <a href="https://docs.spring.io/spring-framework/reference/core/beans/factory-scopes.html#beans-factory-scopes-other-injection"
* dependencies</em>'. * >Scoped Beans as Dependencies</a> section of the Spring reference documentation.
* *
* @author Mark Fisher * @author Mark Fisher
* @since 2.5 * @since 2.5