Uses of Interface
com.google.inject.spi.HasDependencies
Packages that use HasDependencies
Package
Description
Guice (sounds like "juice")
Guice service provider interface
-
Uses of HasDependencies in com.google.inject.internal
Classes in com.google.inject.internal that implement HasDependenciesModifier and TypeClassDescriptionclass
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.spiModifier and TypeInterfaceDescriptioninterface
A binding to the constructor of a concrete class.interface
A binding created from converting a bound instance to a new type.interface
A binding to a key exposed from an enclosed private environment.interface
A binding to a single instance.interface
A binding to a provider instance.interface
A provider with dependencies on other injected types.interface
An @Provides
binding or binding produced by aModuleAnnotatedMethodScanner
.