Uses of Interface
com.google.inject.assistedinject.AssistedMethod
-
Packages that use AssistedMethod Package Description com.google.inject.assistedinject Extension for combining factory interfaces with injection; this extension requiresguice-assistedinject.jar
. -
-
Uses of AssistedMethod in com.google.inject.assistedinject
Methods in com.google.inject.assistedinject that return types with arguments of type AssistedMethod Modifier and Type Method Description Collection<AssistedMethod>
AssistedInjectBinding. getAssistedMethods()
Returns anAssistedMethod
for each method in the factory.
-