@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface CopyPolicy
CopyPolicy
,
CloneCopyPolicy
,
InstantiationCopyPolicy
Modifier and Type | Required Element and Description |
---|---|
java.lang.Class |
value
(Required)
This defines the class of the copy policy.
|