Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 420 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 420 Bytes

custom-collection-injection-sample

This sample is custumized version of spring bean injection for collections. In case of injection into collection spring will put all registered beans with prefered type. '@AutowiredCollection' annotation accepts an array of Classes that suposed to be a spring bean and inject only tham in the same order (without '@Order(n)' annotation).