Class ExposedKeyFactory<T>

java.lang.Object
com.google.inject.internal.ExposedKeyFactory<T>
All Implemented Interfaces:
CreationListener, InternalFactory<T>

final class ExposedKeyFactory<T> extends Object implements InternalFactory<T>, CreationListener
This factory exists in a parent injector. When invoked, it retrieves its value from a child injector.