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
Modifier and TypeMethodDescription<T> T
getInstance
(Class<T> type) void
injectMembers
(Object instance)
-
Method Details
-
getInstance
-
injectMembers
-