I'm using some option descriptions. For resolving possible options of to be referenced
objects I use something like
options: [ HRExampleObject instances ] magritteDynamicObject;
Now I'm trying to avoid using globals. Especially when dealing with gemstone it is not
advizable to have class side instances management. Is there a way to specify some lookup
environment to lookup something like the above?
Norbert