Package jadex.bytecode.invocation
Interface IInjector
- All Known Implementing Classes:
SInvocation.SortingInjectorWrapper
public interface IInjector
Interface for generated bean injectors.
-
Method Summary
-
Method Details
-
inject
Injects properties into a bean.- Parameters:
object
- The target bean object.properties
- The bean properties, names followed by values, size must be even.
-