|
|
|
@ -27,7 +27,7 @@ import org.springframework.core.type.AnnotationMetadata; |
|
|
|
* {@link org.springframework.beans.factory.Aware Aware} interfaces, and their respective |
|
|
|
* {@link org.springframework.beans.factory.Aware Aware} interfaces, and their respective |
|
|
|
* methods will be called prior to {@link #selectImports}: |
|
|
|
* methods will be called prior to {@link #selectImports}: |
|
|
|
* <ul> |
|
|
|
* <ul> |
|
|
|
* <li>{@link org.springframework.context.EnvironmentAware}</li> |
|
|
|
* <li>{@link org.springframework.context.EnvironmentAware EnvironmentAware}</li> |
|
|
|
* <li>{@link org.springframework.beans.factory.BeanFactoryAware BeanFactoryAware}</li> |
|
|
|
* <li>{@link org.springframework.beans.factory.BeanFactoryAware BeanFactoryAware}</li> |
|
|
|
* <li>{@link org.springframework.beans.factory.BeanClassLoaderAware BeanClassLoaderAware}</li> |
|
|
|
* <li>{@link org.springframework.beans.factory.BeanClassLoaderAware BeanClassLoaderAware}</li> |
|
|
|
* <li>{@link org.springframework.context.ResourceLoaderAware ResourceLoaderAware}</li> |
|
|
|
* <li>{@link org.springframework.context.ResourceLoaderAware ResourceLoaderAware}</li> |
|
|
|
|