Changes between Version 3 and Version 4 of CORE_ADDITIONS_R1
- Timestamp:
- 01/22/09 14:15:47 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CORE_ADDITIONS_R1
v3 v4 7 7 8 8 == 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 10 17 == Task result == 18 The result of this task should be source code (including unit tests). 11 19 12 20 == Implementation idea == 21 Use reflection for @const. 13 22 14 23 == Related == 15 24 [wiki:PRO_LIB_CORE_TUTORIAL][[BR]] 16 25 [wiki:CORE_ADDITIONS_R0] 26 17 27 == How to demo == 28 Run the unit tests and show the results to the team. 18 29 19 30 = Design =