Package org.eclipse.sisu.bean
Interface PropertyBinding
-
- All Known Implementing Classes:
OptionalPropertyBinding,ProvidedPropertyBinding
public interface PropertyBindingRepresents a bean property that has been bound by aPropertyBinder.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <B> voidinjectProperty(B bean)Injects the current bound value into the property of the given bean.
-