|
From: Lachezar D. <l.d...@gm...> - 2005-10-06 10:20:01
|
Hm. Actually after reading your reply I found out, that I don't need to specialize beans in Spring, and even autowire-by-type works... The problem would arise when one tries to reuse a single generic bean as multiple specialized properties, but that is completely out-of scope. I had the vague idea, that one could use reflection to instantiate a specialized instance of a generic class, but you clarified it for me... Those are just compile-time extras. Thank you. |