You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
@Bean
methodsThe text was updated successfully, but these errors were encountered: