Hello,
The idea of Reflectivity is to be just that: a way to ���hook��� into code without changing the source��� this is a similar use case like
the one described yesterday:
link := MetaLink new
�� �� �� �� metaObject: MyNotifyer;
�� �� �� �� selector: #notifyChangedVaNamed:;
�� �� �� �� arguments: #(name).
Now when code is recompiled (loaded), you need to re-install the links in those methods, it does not happen
automatically.