Interface Instantiator


public interface Instantiator
Abstraction for a thing which can return an instance of a type given a type.
Author:
Tim Boudreau
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
    getInstance(Class<T> type)
     
  • Method Details

    • getInstance

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