There are some Java libraries that do things that you would otherwise have to invest in each class. For example, I had to put the clone () method in each separate class until I discovered Cloner , and I had to put the XML processing code until I discovered XStream .
Are there any other supporting libraries like these?
source
share