As Java Thrift objects provide getters and setters, why do the objects still expose their fields as *public*, rather than keeping them *private*, or *package private*?
-- Cheers, Andrew Pennebaker [email protected]
As Java Thrift objects provide getters and setters, why do the objects still expose their fields as *public*, rather than keeping them *private*, or *package private*?
-- Cheers, Andrew Pennebaker [email protected]