Hand made method injection and prop.injection

  • Thread starter Thread starter Raj
  • Start date Start date
R

Raj

I got to know about constructor injection

I could not find any code snippet or much details about method injection and
property injection by hand.


All the links talks about how this can be achieved by using framework like
Spring etc.,

Any help would be appreciated much.
 
Source code is available for some of the various frameworks like
Ninject. I'd start with that.
 
Back
Top