Uses of Class
org.sonatype.inject.BeanScanning

Packages that use BeanScanning
org.sonatype.guice.bean.binders Automatic bean binding. 
org.sonatype.guice.bean.containers Bean containers. 
org.sonatype.guice.plexus.binders   
org.sonatype.inject Optional Sonatype extensions to JSR330
 

Uses of BeanScanning in org.sonatype.guice.bean.binders
 

Constructors in org.sonatype.guice.bean.binders with parameters of type BeanScanning
SpaceModule(ClassSpace space, BeanScanning scanning)
           
 

Uses of BeanScanning in org.sonatype.guice.bean.containers
 

Methods in org.sonatype.guice.bean.containers with parameters of type BeanScanning
static com.google.inject.Module Main.wire(BeanScanning scanning, com.google.inject.Module... bindings)
           
 

Uses of BeanScanning in org.sonatype.guice.plexus.binders
 

Constructors in org.sonatype.guice.plexus.binders with parameters of type BeanScanning
PlexusAnnotatedBeanModule(ClassSpace space, Map<?,?> variables, BeanScanning scanning)
          Creates a bean source that scans the given class space for Plexus annotations using the given scanner.
 

Uses of BeanScanning in org.sonatype.inject
 

Methods in org.sonatype.inject that return BeanScanning
static BeanScanning BeanScanning.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BeanScanning[] BeanScanning.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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