Silk DI 0.6


se.jbee.inject.util
Interface InjectronSource


public interface InjectronSource

A factory like origin for Injectrons. This is a abstraction on a concrete setup.

Author:
Jan Bernitt (jan@jbee.se)

Method Summary
 Injectron<?>[] exportTo(Injector injector)
           
 

Method Detail

exportTo

Injectron<?>[] exportTo(Injector injector)
Returns:
A list of Injectrons suitable for the Injector given. That mean will become the Injectors basis and therefore share the same view and data.

Silk DI 0.6