|
|
|
@ -131,6 +131,7 @@ public class AutowiredAnnotationBeanPostProcessorTests { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Test |
|
|
|
@Test |
|
|
|
|
|
|
|
@SuppressWarnings("rawtypes") |
|
|
|
void resourceInjectionWithNullBean() { |
|
|
|
void resourceInjectionWithNullBean() { |
|
|
|
RootBeanDefinition bd = new RootBeanDefinition(NonPublicResourceInjectionBean.class); |
|
|
|
RootBeanDefinition bd = new RootBeanDefinition(NonPublicResourceInjectionBean.class); |
|
|
|
bd.setScope(BeanDefinition.SCOPE_PROTOTYPE); |
|
|
|
bd.setScope(BeanDefinition.SCOPE_PROTOTYPE); |
|
|
|
|