com.google.inject.spi

Interface ProviderWithDependencies<T>

  • All Superinterfaces:
    HasDependencies, javax.inject.Provider<T>


    public interface ProviderWithDependencies<T>
    extends Provider<T>, HasDependencies
    A provider with dependencies on other injected types. If a Provider has dependencies that aren't specified in injections, this interface should be used to expose all dependencies.
    Since:
    2.0

Copyright © 2006–2020 Google, Inc.. All rights reserved.