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 Detail

      • getInstance

        <T> T getInstance​(java.lang.Class<T> type)
      • injectMembers

        void injectMembers​(java.lang.Object instance)