jfun.yan.etc.injection
Interface Injection

All Known Implementing Classes:
TypeCaseInjection

public interface Injection

This interface abstract the notion of dependency injection.

Author:
Ben Yu Dec 15, 2005 9:09:09 PM

Method Summary
 boolean inject(java.lang.Object obj)
          Inject dependency into an object.
 

Method Detail

inject

boolean inject(java.lang.Object obj)
Inject dependency into an object.

Parameters:
obj - the object.
Returns:
is this object injected by this Injection object?