· 1 min read

Automate runtime classfile modification

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.

    Share:
    Back to Blog