We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e35fe33 commit 3966071Copy full SHA for 3966071
spring-beans/src/main/java/org/springframework/beans/factory/BeanFactory.java
@@ -103,6 +103,8 @@
103
* @see BeanClassLoaderAware#setBeanClassLoader
104
* @see BeanFactoryAware#setBeanFactory
105
* @see org.springframework.context.ResourceLoaderAware#setResourceLoader
106
+ * @see org.springframework.context.EnvironmentAware#setEnvironment
107
+ * @see org.springframework.context.EmbeddedValueResolverAware#setEmbeddedValueResolver
108
* @see org.springframework.context.ApplicationEventPublisherAware#setApplicationEventPublisher
109
* @see org.springframework.context.MessageSourceAware#setMessageSource
110
* @see org.springframework.context.ApplicationContextAware#setApplicationContext
0 commit comments