Interface Factory<T>

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static interface  Factory.Named<T>
      Interface for a named factory.
    • Method Summary

      Modifier and Type Method Description
      T create()  
    • Method Detail

      • create

        T create()
        Returns:
        a new object created using this factory.