Package org.sonatype.guice.bean.binders

Automatic bean binding.

See:
          Description

Interface Summary
ParameterKeys  
Wiring Supplies bindings for given dependency Keys.
 

Class Summary
ChildWireModule Child WireModule that avoids wiring dependencies that already exist in a parent Injector.
MergedModule  
QualifiedTypeBinder QualifiedTypeListener that installs Modules, registers Mediators, and binds types.
SpaceModule Guice Module that automatically binds types annotated with Qualifier annotations.
WireModule Guice Module that automatically adds BeanLocator-backed bindings for non-local bean dependencies.
 

Package org.sonatype.guice.bean.binders Description

Automatic bean binding.

The principal members of this package are:

SpaceModule
Scans a ClassSpace for beans and adds any qualified bindings.
WireModule
Adds BeanLocator bindings for any non-local bean dependencies.



Copyright © 2010-2012 Sonatype, Inc.. All Rights Reserved.