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:
Juergen Hoeller opened SPR-14797 and commented
As of 4.3, a factory method may declare an argument of type
InjectionPoint(or its subclassDependencyDescriptor) 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:
@Beanmethods