org.glassfish.pfl.dynamic.copyobject.spi
Annotation Type Copy


@Documented
@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface Copy

Annotation used on fields to indicate how they should be copied, according to the value of CopyType.


Optional Element Summary
 CopyType value
           
 

value

public abstract CopyType value
Default:
org.glassfish.pfl.dynamic.copyobject.spi.CopyType.RECURSE


Copyright © 2013 Oracle. All Rights Reserved.