Changes between Version 33 and Version 34 of PRO_LIB_CORE_TUTORIAL_NEW
- Timestamp:
- 07/02/09 17:41:53 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PRO_LIB_CORE_TUTORIAL_NEW
v33 v34 520 520 521 521 == ProObjects, @Immutables and junk == 522 In OOP there are two kinds of objects - mutable and immutable 522 In OOP there are two kinds of objects - mutable and immutable. In the ProLib mutable objects are intended to be only ProObjects and immutable objects should either be annotated with @Immutable or expand the list of ''known'' immutables in the ProLib which currently is limited to standard JDK immutables like Integer, Double etc. Why is this important: 523 524 [[Image(source:branches/private/gogov/PRO_LIB_CORE_TUTORIAL_R1/sophie2-platform/modules/org.sophie2.core/src/test/resources/ProObjects And Immutables.png)]] 525 523 526 524 527 == Todo ==