public interface

PropertyBinding

org.eclipse.sisu.bean.PropertyBinding

Class Overview

Represents a bean property that has been bound by a PropertyBinder.

Summary

Public Methods
abstract <B> void injectProperty(B bean)
Injects the current bound value into the property of the given bean.

Public Methods

public abstract void injectProperty (B bean)

Injects the current bound value into the property of the given bean.

Parameters
bean The bean to inject