I don't want all code to be able to access the mem...
# announcements
o
I don't want all code to be able to access the member. I want to limit it to all code in the current module and all subclasses inside and outside the current module. I do not want to expose the member to arbitrary code outside the module.