I have created a library. Actually, it is a Wrapper of another library. So, i want to restrict the developer who uses my library to see the classes of the internal library which i have used. Developer shouldn't know the internal library which i have used.
For Example: Lets say "X" is my library And say "Y" is another library.
So, in my library "X" i have used library "Y".
People who use my library(i.e., X) should not see the classes of library "Y" .