com.fatwire.gst.foundation.controller.action
Interface Injector

All Known Implementing Classes:
DefaultAnnotationInjector

public interface Injector

Implementations inject services into the dependent object.

See Dependency Injection for more information on Dependency Injection.

Author:
Dolf.Dijkstra

Method Summary
 void inject(COM.FutureTense.Interfaces.ICS ics, Object dependent)
           
 

Method Detail

inject

void inject(COM.FutureTense.Interfaces.ICS ics,
            Object dependent)


Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.