Interface Factory<T>

    • Method Detail

      • getInstance

        T getInstance()
        Returns an instance of the required type. The implementation determines whether or not a new or cached instance is created every time this method is called.
        Returns:
        an instance of the required type.