Package com.google.inject.spi

Guice service provider interface

See:
          Description

Interface Summary
BindingVisitor<T> Visits bindings.
ClassBinding<T> A binding to a concrete, injectable class.
ConstantBinding<T> A binding to a constant.
HasDependencies Implemented by bindings which have implementation dependencies on other bindings.
InstanceBinding<T> A binding to a single instance.
LinkedBinding<T> A binding that links to another binding.
ProviderBinding<T> A binding to a provider which is also bound.
ProviderInstanceBinding<T> A binding to a single provider instance.
SourceProvider Provides source objects to the Binder.
 

Class Summary
Message A message.
SourceProviders Provides access to the default SourceProvider implementation and common controls for certain implementations.
 

Package com.google.inject.spi Description

Guice service provider interface