Uses of Interface
com.google.inject.spi.HasDependencies
-
Packages that use HasDependencies Package Description com.google.inject.internal Guice (sounds like "juice")com.google.inject.spi Guice service provider interface -
-
Uses of HasDependencies in com.google.inject.internal
Classes in com.google.inject.internal that implement HasDependencies Modifier and Type Class Description classProviderMethod<T>A provider that invokes a method and returns its result. -
Uses of HasDependencies in com.google.inject.spi
Subinterfaces of HasDependencies in com.google.inject.spi Modifier and Type Interface Description interfaceConstructorBinding<T>A binding to the constructor of a concrete clss.interfaceConvertedConstantBinding<T>A binding created from converting a bound instance to a new type.interfaceExposedBinding<T>A binding to a key exposed from an enclosed private environment.interfaceInstanceBinding<T>A binding to a single instance.interfaceProviderInstanceBinding<T>A binding to a provider instance.interfaceProviderWithDependencies<T>A provider with dependencies on other injected types.interfaceProvidesMethodBinding<T>An @Providesbinding or binding produced by aModuleAnnotatedMethodScanner.
-