What does "bean X is injected into bean Y" mean in context of Spring framework
Posted
by sergionni
on Stack Overflow
See other posts from Stack Overflow
or by sergionni
Published on 2010-05-06T14:25:09Z
Indexed on
2010/05/06
14:28 UTC
Read the original article
Hit count: 286
Hello.
Seems,that very basic question.
Anyway can't get the meaning of next definition from Spring tutorials - "bean X is injected into bean Y" .
Does it mean composition relation between classes(when one bean has reference to another)? Or it's something more?
Thank you for answer or reference with explanation.
© Stack Overflow or respective owner