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 Detail

      • getKey

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