Uses of Package
com.google.inject.internal

Packages that use com.google.inject.internal
com.google.inject.internal Guice (sounds like like "juice") 
 

Classes in com.google.inject.internal used by com.google.inject.internal
AbstractBindingBuilder
          Bind a value or constant.
BindingBuilder
          Bind a non-constant key.
BindingImpl
           
BytecodeGen.Visibility
          The required visibility of a user's class from a Guice-generated class.
ComputationException
          Wraps an exception that occured during a computation.
ConstructionContext
          Context of a dependency construction.
Errors
          A collection of error messages.
ErrorsException
          Indicates that a result could not be returned while preparing or resolving a binding.
ExposedBindingImpl
           
ExposureBuilder
          For private binder's expose() method.
FinalizableReference
          Implemented by references that have code to run after garbage collection of their referents.
FinalizableReferenceQueue
          A reference queue with an associated background thread that dequeues references and invokes FinalizableReference.finalizeReferent() on them.
Function
          A transformation from one object to another.
ImmutableCollection
          An immutable collection.
ImmutableList
          A high-performance, immutable, random-access List implementation.
ImmutableList.Builder
          A builder for creating immutable list instances, especially public static final lists ("constant lists").
ImmutableMap
          An immutable, hash-based Map with reliable user-specified iteration order.
ImmutableMap.Builder
          A builder for creating immutable map instances, especially public static final maps ("constant maps").
ImmutableSet
          A high-performance, immutable Set with reliable, user-specified iteration order.
ImmutableSet.Builder
          A builder for creating immutable set instances, especially public static final sets ("constant sets").
InternalContext
          Internal context.
InternalFactory
          Creates objects which will be injected.
MapMaker
          A ConcurrentMap builder, providing any combination of these features: soft or weak keys, soft or weak values, timed expiration, and on-demand computation of values.
MatcherAndConverter
           
Nullable
          The presence of this annotation on a method parameter indicates that null is an acceptable value for that parameter.
ProviderMethod
          A provider that invokes a method and returns its result.
Scoping
          References a scope, either directly (as a scope instance), or indirectly (as a scope annotation).
SourceProvider
          Provides access to the calling line of code.
ToStringBuilder
          Helps with toString() methods.
UnmodifiableIterator
          An iterator that does not support UnmodifiableIterator.remove().
 



Copyright © 2011. All Rights Reserved.