@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
copyModifier and Type | Optional Element and Description |
---|---|
boolean |
newCollectionInstance
Indicates whether a new collection instance should be made with
collection elements copied by reference
|
boolean |
referenceTransient
Indicates that a field should be omitted from copying.
|
public abstract boolean newCollectionInstance
public abstract boolean referenceTransient
newCollectionInstance()
semantics.Copyright © 2005–2015 The Kuali Foundation. All rights reserved.