com.google.inject.spi
Interface ConstructionProxyFactory

All Known Implementing Classes:
DefaultConstructionProxyFactory, ProxyFactory

public interface ConstructionProxyFactory

Creates ConstructionProxy instances.

Author:
crazybob@google.com (Bob Lee)

Method Summary
<T> ConstructionProxy<T>
get(java.lang.reflect.Constructor<T> constructor)
          Gets a construction proxy for the given constructor.
 

Method Detail

get

<T> ConstructionProxy<T> get(java.lang.reflect.Constructor<T> constructor)
Gets a construction proxy for the given constructor.