Hi,
I have interface -> I in package
test
I want this interface to be accessible in sub-packages only(say test.sub ), not outside package-test
Making this inteface public make it visible in sub-packages but it also make it visible in other packages.
Is it possible to do this ??
if yes then how can achieve it ??
Thanks,
Nrapendra