public interface

AssistedInjectBinding

com.google.inject.assistedinject.AssistedInjectBinding<T>

Class Overview

A binding for a factory created by FactoryModuleBuilder.

Summary

Public Methods
abstract Collection<AssistedMethod> getAssistedMethods()
Returns an AssistedMethod for each method in the factory.
abstract Key<T> getKey()
Returns the Key for the factory binding.

Public Methods

public abstract Collection<AssistedMethod> getAssistedMethods ()

Returns an AssistedMethod for each method in the factory.

public abstract Key<T> getKey ()

Returns the Key for the factory binding.