|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=FIELD) @Retention(value=RUNTIME) @Documented public @interface ReferenceCopy
Annotation for Component
fields to indicate only the property
reference should be made (as opposed to a new object) when doing a component
copy
Optional Element Summary | |
---|---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |