Closed
Description
Juergen Hoeller opened SPR-14797 and commented
As of 4.3, a factory method may declare an argument of type InjectionPoint
(or its subclass DependencyDescriptor
) in order to react to the injection point that triggers the creation of the current instance. We need to cover this in our reference documentation.
Affects: 4.3 GA
Issue Links:
- InjectionPoint not propagated by AutowiredAnnotationBeanPostProcessor's cached argument resolution [SPR-14400] #18971 InjectionPoint not propagated by AutowiredAnnotationBeanPostProcessor's cached argument resolution
- InjectionPoint/DependencyDescriptor as injectable argument for @Bean methods [SPR-14033] #18605 InjectionPoint/DependencyDescriptor as injectable argument for
@Bean
methods - Improve core container exception meta-data [SPR-13968] #18540 Improve core container exception meta-data