Interface Factory<T>

    • Method Detail

      • create

        T create()
        Constructs and returns a fully configured instance of T.
        Returns:
        an instance of T.