Package com.helger.commons.annotation
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 toReturnsMutableObjectis, that this annotation indicates a copy is used, whereasReturnsMutableObjectmeans that the internal contained is returned and is mutable!- Author:
- Philip Helger
-
-
Element Detail
-
value
String value
- Default:
- ""
-
-