Package jadex.bytecode.invocation
Interface IInjector
-
- All Known Implementing Classes:
SInvocation.SortingInjectorWrapper
public interface IInjector
Interface for generated bean injectors.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
inject(java.lang.Object object, java.lang.Object... properties)
Injects properties into a bean.
-