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.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      CopyType value  
    • Element Detail

      • value

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