Annotation Type ReturnsMutableCopy


@Retention(CLASS) @Target(METHOD) @Documented public @interface ReturnsMutableCopy
Indicates that a method returns a mutable object but containing a copy of the internal state. The different to ReturnsMutableObject is, that this annotation indicates a copy is used, whereas ReturnsMutableObject means that the internal contained is returned and is mutable!
Author:
Philip Helger
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • value

      String value
      Default:
      ""