From the Field Archive

Automate runtime classfile modification

June 15, 2005 · 1 min read

I ran across this great article that demonstrates how to change Java classes on the fly (at load time). The article discusses how to automatically implement the useful but difficult to maintain toString() methods we’re all familiar with but has given me dozens of new ideas for my own implementations. Worth checking out indeed.