org.richfaces.cdk.model
Annotation Type Merge


@Retention(value=RUNTIME)
@Target(value=METHOD)
@Inherited
public @interface Merge

Marker for model bean property that should be merged with other.

Author:
asmirnov@exadel.com

Optional Element Summary
 boolean value
          

If true, target value should be overwritten, otherwise only null values will bw replaced.

 

value

public abstract boolean value

If true, target value should be overwritten, otherwise only null values will bw replaced.

Returns:
Default:
true


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.