Package com.google.inject.spi

Guice service provider interface

See:
          Description

Interface Summary
ConstructionProxy<T> Proxies calls to a Constructor for a class T.
ConstructionProxyFactory Creates ConstructionProxy instances.
SourceProvider Provides source objects to the ContainerBuilder.
 

Class Summary
DefaultConstructionProxyFactory Default ConstructionProxyFactory implementation.
DefaultSourceProvider A source provider which returns ContainerBuilder's caller's StackTraceElement.
Message A message.
SourceConsumer Support for classes which use source objects.
 

Package com.google.inject.spi Description

Guice service provider interface