| org.eclipse.sisu.bean.PropertyBinding | 
Represents a bean property that has been bound by a PropertyBinder.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract <B> void | injectProperty(B bean) Injects the current bound value into the property of the given bean. | ||||||||||
Injects the current bound value into the property of the given bean.
| bean | The bean to inject | 
|---|