Annotation Interface 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
    Set the copy state.
  • Element Details

    • value

      boolean value
      Set the copy state.
      Default:
      true