Uses of Interface
org.sonatype.guice.bean.inject.PropertyBinding

Packages that use PropertyBinding
org.sonatype.guice.bean.inject Custom bean injection. 
org.sonatype.guice.plexus.binders   
 

Uses of PropertyBinding in org.sonatype.guice.bean.inject
 

Fields in org.sonatype.guice.bean.inject declared as PropertyBinding
static PropertyBinding PropertyBinder.LAST_BINDING
          Binders may return LAST_BINDING to indicate they are done binding a bean.
 

Methods in org.sonatype.guice.bean.inject that return PropertyBinding
<T> PropertyBinding
PropertyBinder.bindProperty(BeanProperty<T> property)
          Returns the appropriate PropertyBinding for the given bean property.
 

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

Methods in org.sonatype.guice.plexus.binders that return PropertyBinding
 PropertyBinding PlexusBeanManager.manage(BeanProperty<?> property)
          Decides whether the given bean property will be managed by this manager.
 



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