/* InitPropertyBinding.java Purpose: Description: History: 2011/12/21 Created by Dennis Chen Copyright (C) 2011 Potix Corporation. All Rights Reserved. */ package org.zkoss.bind.sys; /** * PropertyBinding for init-loading into component attribute from backing bean property. * @author henrichen * @since 6.0.0 */ public interface InitPropertyBinding extends LoadPropertyBinding { }