All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.zkoss.bind.annotation.NotifyChangeDisabled Maven / Gradle / Ivy

The newest version!
/* NotifyChangeDisabled.java

	Purpose:
		
	Description:
		
	History:
		2011/12/15 Created by Dennis Chen

Copyright (C) 2011 Potix Corporation. All Rights Reserved.
*/
package org.zkoss.bind.annotation;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 * To disable the default notify change when binder sets a property.
 * @author henrichen
 *
 * @see NotifyChange
 * @since 6.0.0
 */
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
public @interface NotifyChangeDisabled {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy