Class ProxyFactory<T>

java.lang.Object
com.google.inject.internal.ProxyFactory<T>
All Implemented Interfaces:
ConstructionProxyFactory<T>

final class ProxyFactory<T> extends Object implements ConstructionProxyFactory<T>
Builds a construction proxy that can participate in AOP. This class manages applying type and method matchers to come up with the set of intercepted methods.