Interface Factory<T>

    • Method Detail

      • create

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