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