Uses of Package
com.google.inject.spi

Packages that use com.google.inject.spi
com.google.inject Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework. 
com.google.inject.spi Guice service provider interface 
 

Classes in com.google.inject.spi used by com.google.inject
BindingScopingVisitor
          Visits each of the strategies used to scope an injection.
BindingTargetVisitor
          Visits each of the strategies used to find an instance to satisfy an injection.
Element
          A core component of a module or injector.
Message
          An error message and the context in which it occured.
TypeConverter
          Converts constant string values to a different type.
 

Classes in com.google.inject.spi used by com.google.inject.spi
BindingScopingVisitor
          Visits each of the strategies used to scope an injection.
BindingTargetVisitor
          Visits each of the strategies used to find an instance to satisfy an injection.
Dependency
          A variable that can be resolved by an injector.
Element
          A core component of a module or injector.
ElementVisitor
          Visit elements.
InjectionPoint
          A constructor, field or method that can receive injections.
InjectionRequest
          A request to inject the instance fields and methods of an instance.
InterceptorBinding
          Registration of interceptors for matching methods of matching classes.
Message
          An error message and the context in which it occured.
ProviderLookup
          A lookup of the provider for a type.
ScopeBinding
          Registration of a scope annotation with the scope that implements it.
StaticInjectionRequest
          A request to inject the static fields and methods of type.
TypeConverter
          Converts constant string values to a different type.
TypeConverterBinding
          Registration of type converters for matching target types.
 



Copyright 2008 Google Inc. All Rights Reserved.