Tuscany Core

org.apache.tuscany.core.injection
Interface Injector<T>

All Known Implementing Classes:
FieldInjector, MethodInjector

public interface Injector<T>

Implementations inject a pre-configured value on an instance

Version:
$Rev: 406532 $ $Date: 2006-05-15 00:23:43 -0400 (Mon, 15 May 2006) $
See Also:
MethodInjector, FieldInjector

Method Summary
 void inject(T instance)
          Inject a value on the given instance
 

Method Detail

inject

void inject(T instance)
            throws ObjectCreationException
Inject a value on the given instance

Throws:
ObjectCreationException

Tuscany Core

-