Package com.saperion.operations.inject
Interface Injector
-
public interface InjectorInterface for injections of an dependency injector. Hides the real implementation for dependency injection in the common module.- Author:
- jschwarz
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> TgetInstance(java.lang.Class<T> type)voidinjectMembers(java.lang.Object instance)
-