Fix Javadoc link

See gh-36581
This commit is contained in:
Sam Brannen
2026-04-02 13:32:32 +02:00
parent 596c0df826
commit 7590c4c92e
@@ -82,7 +82,7 @@ import org.springframework.core.env.Environment;
* <p>This mode is primarily intended for fully programmatic application context setups.
* Registrars applied this way are invoked before any {@code @Configuration} class is
* processed. They can therefore observe beans registered programmatically (e.g., via
* {@link org.springframework.context.support.GenericApplicationContext#registerBean(Class)}),
* {@link org.springframework.context.support.GenericApplicationContext#registerBean(String, Class, Object...)}),
* but will <strong>not</strong> see any beans defined in {@code @Configuration} classes
* also registered with the context.
*