Package net.anwiba.commons.injection
Interface IValueInjector
-
- All Superinterfaces:
IInjectingObjectFactory
- All Known Implementing Classes:
ValueInjector
public interface IValueInjector extends IInjectingObjectFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> voidinject(T object)-
Methods inherited from interface net.anwiba.commons.injection.impl.IInjectingObjectFactory
create, create
-
-
-
-
Method Detail
-
inject
<T> void inject(T object) throws InjectionException- Throws:
InjectionException
-
-