Browse Source

Cross-ref additional *Aware APIs in BeanFactory Javadoc

Closes gh-27034
pull/27042/head
Beca-se 5 years ago committed by Sam Brannen
parent
commit
39660710f6
  1. 2
      spring-beans/src/main/java/org/springframework/beans/factory/BeanFactory.java

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

@ -103,6 +103,8 @@ import org.springframework.lang.Nullable; @@ -103,6 +103,8 @@ import org.springframework.lang.Nullable;
* @see BeanClassLoaderAware#setBeanClassLoader
* @see BeanFactoryAware#setBeanFactory
* @see org.springframework.context.ResourceLoaderAware#setResourceLoader
* @see org.springframework.context.EnvironmentAware#setEnvironment
* @see org.springframework.context.EmbeddedValueResolverAware#setEmbeddedValueResolver
* @see org.springframework.context.ApplicationEventPublisherAware#setApplicationEventPublisher
* @see org.springframework.context.MessageSourceAware#setMessageSource
* @see org.springframework.context.ApplicationContextAware#setApplicationContext

Loading…
Cancel
Save