Interface DependencyProvider<T>

  • Type Parameters:
    T - type of the provided dependency.


    public interface DependencyProvider<T>
    Interface for providing/creating dependencies.
    • Method Detail

      • provideDependency

        T provideDependency()
        Returns a dependency of type T
        Returns:
        object of type T