org.zkoss.bind.sys.SavePropertyBinding Maven / Gradle / Ivy
/* SavePropertyBinding.java
Purpose:
Description:
History:
Aug 1, 2011 2:38:05 PM, Created by henrichen
Copyright (C) 2011 Potix Corporation. All Rights Reserved.
*/
package org.zkoss.bind.sys;
/**
* PropertyBinding for save from component attribute into backing bean property.
* @author henrichen
* @since 6.0.0
*/
public interface SavePropertyBinding extends PropertyBinding, SaveBinding {
}