All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.inject.spi.ProviderWithDependencies Maven / Gradle / Ivy

package com.google.inject.spi;

import com.google.inject.Provider;

/**
 * A provider with dependencies on other injected types. If a {@link Provider} has dependencies that
 * aren't specified in injections, this interface should be used to expose all dependencies.
 */
public interface ProviderWithDependencies extends Provider, HasDependencies {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy