Vojtech,
Thanks for responding.
Adding headers like this may facilitate bean usage,
but I think it lays a foundation for bad coding.
Making beans "global" does not suport the concept of information hiding,
which I believe is one of the most important ways to avoid unwanted side effects.
Givin access to all beans like this is a variant of global variables misuse,
by introducing properties and methods that are unnecessarily global/visible.
I do not want tools like PE to edit my code.
Let me decide what properties, methods, functions etc, I want to make public.
Comments invited,
Anders J