Updates:
Labels: Milestone-4.6
Comment #2 on issue 706 by tudor.gi...(a)gmail.com: Replace <property: ... >
pragmas with <MSEProperty: ...> ones
http://code.google.com/p/moose-technology/issues/detail?id=706
I am not sure I understand what the issue is.
The annotations are not used for the internal computations. We do not
depend on this logic in any way.
The annotations are used for import/export and for the UI. The result of
the MSEProperty: annotation is the link of a FM3Property to the actual
Smalltalk method (so, not anymore depending on the key to look it up in a
dictionary).
Maybe what is confusion is the missing of a lookup. But, this simply means
that the computation is not being cached. That is all.
Does this clarify the matter?