Annotation Type NoCopy


  • @Target({PARAMETER,METHOD,TYPE})
    @Retention(RUNTIME)
    public @interface NoCopy
    Parameters that should be copied / not copied. Applicable to all paramters.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean value
      Set the copy state.
    • Element Detail

      • value

        boolean value
        Set the copy state.
        Default:
        true