Changes between Version 11 and Version 12 of PRO_LIB_UTILS_R0
- Timestamp:
- 12/10/08 14:18:35 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PRO_LIB_UTILS_R0
v11 v12 57 57 58 58 * New annotation - @Shared 59 A new annotation should be created . This annotation is for the smart copying of objects. If a property is marked as @Shared, this means that the value it holds should be the same for all objects using this property. In other words, when copying such property the new property should hold a reference to the value, not a clone of the value.59 A new annotation should be created in org.sophie2.core.prolib.annot. This annotation is for the smart copying of objects. If a property is marked as @Shared, this means that the value it holds should be the same for all objects using this property. In other words, when copying such property the new property should hold a reference to the value, not a clone of the value. 60 60 61 61 * Tests