| Interface | Description |
|---|---|
| CopyPolicy |
Purpose: Allows customization of how an object is cloned.
|
| Class | Description |
|---|---|
| AbstractCopyPolicy |
Purpose: Allows customization of how an object is cloned.
|
| CloneCopyPolicy |
Purpose: Creates a clone through a clone method.
|
| InstantiationCopyPolicy |
Purpose: Creates a copy through creating a new instance.
|