@Target(value=FIELD) @Retention(value=RUNTIME) @Documented public @interface ReferenceCopy
Component fields to indicate only the property
 reference should be made (as opposed to a new object) when doing a component
 copy| Modifier and Type | Optional Element and Description | 
|---|---|
| boolean | newCollectionInstanceIndicates whether a new collection instance should be made with
 collection elements copied by reference | 
public abstract boolean newCollectionInstance
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.