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 Type
    Method
    Description
    <T> T
    getInstance(Class<T> type)
     
    void
     
  • Method Details

    • getInstance

      <T> T getInstance(Class<T> type)
    • injectMembers

      void injectMembers(Object instance)