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

Type Parameters:
T - The fully qualified type of the factory.

public interface AssistedInjectBinding<T>

A binding for a factory created by FactoryModuleBuilder.

Since:
3.0
Author:
ramakrishna@google.com (Ramakrishna Rajanna)

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

Method Detail

getKey

Key<T> getKey()
Returns the Key for the factory binding.


getAssistedMethods

Collection<AssistedMethod> getAssistedMethods()
Returns an AssistedMethod for each method in the factory.



Copyright © 2006-2011 Google, Inc.. All Rights Reserved.