-
New Feature
-
Resolution: Fixed
-
Normal
-
None
-
None
For example,
import org.zkoss.zk.ui.annotation.ComponentAnnotation; public class MyComponent extends AbstractComponent { @ComponentAnnotation( "@ZKBIND(ACCESS=both, SAVE_EVENT=onChange, LOAD_REPLACEMENT=rawValue, LOAD_TYPE=java.lang.String") public String getValue() throws WrongValueException { ...