Package com.helger.commons.annotation
Annotation Type 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
-
Element Details
-
value
String value- Default:
""
-