Uses of Package
com.google.inject.assistedinject
Packages that use com.google.inject.assistedinject
Package
Description
Extension for combining factory interfaces with injection; this extension requires
guice-assistedinject.jar
.-
Classes in com.google.inject.assistedinject used by com.google.inject.assistedinjectClassDescriptionAnnotates an injected parameter or field whose value comes from an argument to a factory method.Internal respresentation of a constructor annotated with
AssistedInject
A binding for a factory created by FactoryModuleBuilder.Details about how a method in an assisted inject factory will be assisted.Utility class for collecting factory bindings.Provides a factory that combines the caller's arguments with injector-supplied values to construct objects.All the data necessary to perform an assisted inject.Models a method or constructor parameter.A list ofTypeLiteral
s to match an injectable Constructor's assited parameter types to the corresponding factory method.