Package | Description |
---|---|
org.eclipse.sisu.bean |
Customizable injection of bean properties, based on http://code.google.com/p/google-guice/wiki/CustomInjections.
|
org.eclipse.sisu.plexus |
Sisu-Plexus backend implementation.
|
Modifier and Type | Field and Description |
---|---|
static PropertyBinding |
PropertyBinder.LAST_BINDING
Binders may return
LAST_BINDING to indicate they are done binding a bean. |
Modifier and Type | Method and Description |
---|---|
<T> PropertyBinding |
PropertyBinder.bindProperty(BeanProperty<T> property)
Returns the appropriate
PropertyBinding for the given bean property. |
PropertyBinding |
BeanManager.manage(BeanProperty<?> property)
Asks this manager to manage the given bean property.
|
PropertyBinding |
LifecycleManager.manage(BeanProperty<?> property) |
Modifier and Type | Method and Description |
---|---|
PropertyBinding |
PlexusLifecycleManager.manage(BeanProperty property) |
Copyright © 2014. All rights reserved.