Package com.saperion.operations.inject
Interface Injector
-
public interface Injector
Interface 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> T
getInstance(java.lang.Class<T> type)
void
injectMembers(java.lang.Object instance)
-