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