Changes between Version 11 and Version 12 of PRO_LIB_UTILS_R0


Ignore:
Timestamp:
12/10/08 14:18:35 (17 years ago)
Author:
orliin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PRO_LIB_UTILS_R0

    v11 v12  
    5757 
    5858 * 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. 
     59A 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. 
    6060 
    6161 * Tests