[Bug 29574] Default visibility of accepted components

https://www.w3.org/Bugs/Public/show_bug.cgi?id=29574

--- Comment #4 from Michael Kay <mike@saxonica.com> ---
The Java analogy actually points the other way. The importer of a class can't
change its visibility. "import" in Java assigns a short name to a class for
local use, but it does not affect the visibility of the class or its methods:
there is no way in Java of making a class visible to one using package and not
visible to another.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 20 April 2016 07:31:04 UTC