Tag Archives: Java friend class

Missing “friend” class access specifier in Java?

I am in the process of rearchitecting a fairly large legacy web application. Almost all of the classes in the old code base are public classes with the key classes containing mostly public (and sometimes static) methods. I am tasked to modularize this application … Continue reading

Posted in Java | Tagged , , | 2 Comments