1
vote
5answers
322 views
method visibility between classes in java
In Java (And in general) is there a way to make a class so public that it's methods etc... are accessible from little classes all around that don't even instantiate it? Ha, what I mean is... If I h …
