I have following classses
Hello.java
package speak.hello; import java.util.Map; import speak.hi.CustomMap; import speak.hi.Hi; public cla
Not possible. The security model is this : a model to provide security :) If you designed class Hi and delivered it to customers with private access, you wouldn't like them to be able to bypass your restrictions, would you?