mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Fix Javadoc link
See gh-36581
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user