Changes between Version 3 and Version 4 of CORE_ADDITIONS_R1


Ignore:
Timestamp:
01/22/09 14:15:47 (16 years ago)
Author:
gogov
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CORE_ADDITIONS_R1

    v3 v4  
    77 
    88== Task requirements == 
    9   
     9 * Revise org.sophie2.core and add some extra functionality that is needed: 
     10  * Provide a @lazy annotation for AutoProperties: 
     11   * @lazy should be used to implement lazy invocation of the compute() method in the AutoProperty 
     12   * this would provide a performance optimization of AutoProperties holding references to objects which potentially will be never used 
     13  * Provide a @const annotation for AutoProperties: 
     14   * @const must ensure that the compute() method is called only once 
     15 * Write appropriate unit tests  
     16 
    1017== Task result == 
     18The result of this task should be source code (including unit tests).  
    1119 
    1220== Implementation idea == 
     21Use reflection for @const. 
    1322 
    1423== Related == 
    1524[wiki:PRO_LIB_CORE_TUTORIAL][[BR]] 
    1625[wiki:CORE_ADDITIONS_R0] 
     26 
    1727== How to demo == 
     28Run the unit tests and show the results to the team.  
    1829 
    1930= Design =