Silk DI 0.6


se.jbee.inject
Interface Injectable<T>


public interface Injectable<T>

Knows how to resolve a specific instance for the given Demand.

Author:
Jan Bernitt (jan@jbee.se)

Method Summary
 T instanceFor(Demand<T> demand)
           
 

Method Detail

instanceFor

T instanceFor(Demand<T> demand)
Returns:
The instance of the given Demand.

Silk DI 0.6