Use link for first reference to @⁠Fallback in @⁠Bean Javadoc

See gh-36439
This commit is contained in:
Sam Brannen
2026-03-10 17:53:33 +01:00
parent 27686dc2e2
commit 37e8aa76e9
@@ -82,8 +82,8 @@ import org.springframework.core.annotation.AliasFor;
* through direct references, which is typically helpful for singleton startup.
* {@code @Primary} is a mechanism to resolve ambiguity at the injection point level
* if a single target component needs to be injected but several beans match by type.
* {@code @Fallback} marks a bean as a fallback candidate in such scenarios; if all
* beans but one among multiple matching candidates are marked as fallback, the
* {@link Fallback @Fallback} marks a bean as a fallback candidate in such scenarios;
* if all beans but one among multiple matching candidates are marked as fallback, the
* remaining bean will be selected.
*
* <p>Additionally, {@code @Bean} methods may also declare qualifier annotations