Java World of Sridhar
Monday, November 7, 2011
Constructor based Dependency Injection
// Constructor based dependency Injection
public
class
ConstructorInjection
{
private
Dependency
dep
;
public
ConstructorInjection(Dependency dep){
this
.
dep
= dep;
}
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment