Uses of Class
com.google.inject.assistedinject.ParameterListKey
-
Packages that use ParameterListKey Package Description com.google.inject.assistedinject Extension for combining factory interfaces with injection; this extension requiresguice-assistedinject.jar
. -
-
Uses of ParameterListKey in com.google.inject.assistedinject
Fields in com.google.inject.assistedinject declared as ParameterListKey Modifier and Type Field Description private ParameterListKey
AssistedConstructor. assistedParameters
Methods in com.google.inject.assistedinject that return ParameterListKey Modifier and Type Method Description ParameterListKey
AssistedConstructor. getAssistedParameters()
Returns theParameterListKey
for this constructor.
-