As described in #138, it might be good to enhance JavaClassWrapper such that when members of a class are inaccessible:
- Detect the set of super classes and interfaces that are accessible.
- Only reflect those properties from the above set Thus, the XML Document class will be reflected as a org.w3c.Document
Creating a separate issue for this since it may be useful in other scenarios as well.