Skip to content

Commit 3966071

Browse files
Beca-sesbrannen
authored andcommitted
Cross-ref additional *Aware APIs in BeanFactory Javadoc
Closes gh-27034
1 parent e35fe33 commit 3966071

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-beans/src/main/java/org/springframework/beans/factory/BeanFactory.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@
103103
* @see BeanClassLoaderAware#setBeanClassLoader
104104
* @see BeanFactoryAware#setBeanFactory
105105
* @see org.springframework.context.ResourceLoaderAware#setResourceLoader
106+
* @see org.springframework.context.EnvironmentAware#setEnvironment
107+
* @see org.springframework.context.EmbeddedValueResolverAware#setEmbeddedValueResolver
106108
* @see org.springframework.context.ApplicationEventPublisherAware#setApplicationEventPublisher
107109
* @see org.springframework.context.MessageSourceAware#setMessageSource
108110
* @see org.springframework.context.ApplicationContextAware#setApplicationContext

0 commit comments

Comments
 (0)