Annotation Type Copy
-
@Documented @Target(FIELD) @Retention(RUNTIME) public @interface Copy
Annotation used on fields to indicate how they should be copied, according to the value of CopyType.
-
-
Element Detail
-
value
CopyType value
- Default:
- org.glassfish.pfl.dynamic.copyobject.spi.CopyType.RECURSE
-
-